Class TCustomHashMap.KeyView

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
gnu.trove.map.hash.TCustomHashMap.KeyView
All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
Enclosing class:
TCustomHashMap<K,V>

protected class TCustomHashMap.KeyView extends AbstractSet<E>
a view onto the keys of the map.