Class SingletonMap.SingletonValues<V>

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

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