T - the keyType of elements maintained by this Collectionpublic static class Object2IntMaps.UnmodifyableEntry<T> extends AbstractObject2IntMap.BasicEntry<T>
| Modifier and Type | Method and Description |
|---|---|
void |
set(T key,
int value)
A Helper method for fast replacing values
|
equals, getIntValue, getKey, hashCode, setValue, toStringgetValue, setValuepublic void set(T key, int value)
AbstractObject2IntMap.BasicEntryset in class AbstractObject2IntMap.BasicEntry<T>key - the key that should be replacedvalue - the value that should be replaced