protected static class AbstractDualBidiMap.MapEntry<K,V> extends AbstractMapEntryDecorator<K,V>
Modifier and Type | Field and Description |
---|---|
protected AbstractDualBidiMap<K,V> |
parent
The parent map
|
Modifier | Constructor and Description |
---|---|
protected |
MapEntry(Map.Entry<K,V> entry,
AbstractDualBidiMap<K,V> parent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
V |
setValue(V value) |
equals, getKey, getMapEntry, getValue, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
protected final AbstractDualBidiMap<K,V> parent
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.