Class AbstractDualBidiMap.EntrySet<K,V>

Type Parameters:
K - the type of the keys.
V - the type of the values.
All Implemented Interfaces:
Serializable, Iterable<Map.Entry<K,V>>, Collection<Map.Entry<K,V>>, Set<Map.Entry<K,V>>
Enclosing class:
AbstractDualBidiMap<K,V>

protected static class AbstractDualBidiMap.EntrySet<K,V> extends AbstractDualBidiMap.View<K,V,Map.Entry<K,V>> implements Set<Map.Entry<K,V>>
Inner class EntrySet.
See Also: