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