Class SingletonMap.SingletonValues

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet
org.apache.commons.collections.map.SingletonMap.SingletonValues
All Implemented Interfaces:
Serializable, Iterable, Collection, Set
Enclosing class:
SingletonMap

static class SingletonMap.SingletonValues extends AbstractSet implements Serializable
Values implementation for the SingletonMap. This class is needed as values is a view that must update as the map updates.