Class THashMap.KeyView

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
com.gigaspaces.internal.gnu.trove.THashMap.KeyView
All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>
Enclosing class:
THashMap<K,V>

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