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.
- Enclosing class:
- AbstractDualBidiMap<K,- V> 
Inner class MapEntry.
- Since:
- 3.0
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.commons.collections4.keyvalue.AbstractMapEntryDecoratorequals, getKey, getMapEntry, getValue, hashCode, toString
- 
Field Details- 
parentThe parent map
 
- 
- 
Constructor Details- 
MapEntry
 
- 
- 
Method Details- 
setValue
 
-