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