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