Class TCustomHashMap.EntryView

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

protected class TCustomHashMap.EntryView extends AbstractSet<E>
a view onto the entries of the map.