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