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