Class AbstractDualBidiMap.View<K,V,E>

java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<E>
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<K,V,E>
Type Parameters:
K - the type of the keys in the map.
V - the type of the values in the map.
E - the type of the elements in the collection.
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>
Direct Known Subclasses:
AbstractDualBidiMap.EntrySet, AbstractDualBidiMap.KeySet, AbstractDualBidiMap.Values
Enclosing class:
AbstractDualBidiMap<K,V>

protected abstract static class AbstractDualBidiMap.View<K,V,E> extends AbstractCollectionDecorator<E>
Inner class View.
See Also: