Class AbstractDualBidiMap.MapEntry<K,V>

java.lang.Object
org.apache.commons.collections4.keyvalue.AbstractMapEntryDecorator<K,V>
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.MapEntry<K,V>
Type Parameters:
K - the type of the keys.
V - the type of the values.
All Implemented Interfaces:
Map.Entry<K,V>, KeyValue<K,V>
Enclosing class:
AbstractDualBidiMap<K,V>

protected static class AbstractDualBidiMap.MapEntry<K,V> extends AbstractMapEntryDecorator<K,V>
Inner class MapEntry.