Class AbstractDualBidiMap.KeySet<K>

Type Parameters:
K - the type of elements maintained by this set
All Implemented Interfaces:
Serializable, Iterable<K>, Collection<K>, Set<K>
Enclosing class:
AbstractDualBidiMap<K,V>

protected static class AbstractDualBidiMap.KeySet<K> extends AbstractDualBidiMap.View<K,Object,K> implements Set<K>
Inner class KeySet.
See Also: