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