Package gnu.trove

Class 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.