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