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