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