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