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