public static class AbstractObject2ReferenceMap.BasicEntry<K,V> extends java.lang.Object implements Object2ReferenceMap.Entry<K,V>
This class does not implement setValue(), as the modification would not be reflected in the base map.
| Constructor and Description |
|---|
BasicEntry() |
BasicEntry(K key,
V value) |