Class AbstractHashedMap.Values<V>

java.lang.Object
java.util.AbstractCollection<V>
org.apache.commons.collections4.map.AbstractHashedMap.Values<V>
Type Parameters:
V - the type of elements maintained by this collection
All Implemented Interfaces:
Iterable<V>, Collection<V>
Enclosing class:
AbstractHashedMap<K,V>

protected static class AbstractHashedMap.Values<V> extends AbstractCollection<V>
Values implementation.