V - the keyType of elements maintained by this Collectionpublic static class Long2ObjectMaps.UnmodifyableEntry<V> extends AbstractLong2ObjectMap.BasicEntry<V>
| Modifier and Type | Method and Description |
|---|---|
void |
set(long key,
V value)
A Helper method for fast replacing values
|
equals, getLongKey, getValue, hashCode, setValue, toStringgetKeypublic void set(long key,
V value)
AbstractLong2ObjectMap.BasicEntryset in class AbstractLong2ObjectMap.BasicEntry<V>key - the key that should be replacedvalue - the value that should be replaced