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