public static class Long2IntMaps.UnmodifyableEntry extends AbstractLong2IntMap.BasicEntry
| Modifier and Type | Method and Description |
|---|---|
void |
set(long key,
int value)
A Helper method for fast replacing values
|
equals, getIntValue, getLongKey, hashCode, setValue, toStringgetKey, getValue, setValuepublic void set(long key,
int value)
AbstractLong2IntMap.BasicEntryset in class AbstractLong2IntMap.BasicEntrykey - the key that should be replacedvalue - the value that should be replaced