Class THashMap.EntryView

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

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