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