class AbstractBiMap.BiMapEntry extends ForwardingMapEntry<K,V>
Modifier and Type | Field and Description |
---|---|
private java.util.Map.Entry<K,V> |
delegate |
Constructor and Description |
---|
BiMapEntry(java.util.Map.Entry<K,V> delegate) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map.Entry<K,V> |
delegate()
Returns the backing delegate instance that methods are forwarded to.
|
V |
setValue(V value) |
equals, getKey, getValue, hashCode, standardEquals, standardHashCode, standardToString
toString
protected java.util.Map.Entry<K,V> delegate()
ForwardingObject
ForwardingSet.delegate()
. Concrete subclasses override this method to supply
the instance being decorated.delegate
in class ForwardingMapEntry<K,V>