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