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