Class AbstractHashedMap.EntrySet<K,V>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<Map.Entry<K,V>>
org.apache.commons.collections4.map.AbstractHashedMap.EntrySet<K,V>
Type Parameters:
K - the type of the keys in the map
V - the type of the values in the map
All Implemented Interfaces:
Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Enclosing class:
AbstractHashedMap<K,V>

protected static class AbstractHashedMap.EntrySet<K,V> extends AbstractSet<Map.Entry<K,V>>
EntrySet implementation.