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