Package gnu.trove

Class THashMap.ValueView

All Implemented Interfaces:
Iterable<V>, Collection<V>, Set<V>
Enclosing class:
THashMap<K,V>

protected class THashMap.ValueView extends AbstractSet<V>
a view onto the values of the map.