T - the keyType of elements maintained by this Collectionpublic static class Object2FloatMaps.UnmodifyableEntry<T> extends AbstractObject2FloatMap.BasicEntry<T>
| Modifier and Type | Method and Description |
|---|---|
void |
set(T key,
float value)
A Helper method for fast replacing values
|
equals, getFloatValue, getKey, hashCode, setValue, toStringgetValue, setValuepublic void set(T key, float value)
AbstractObject2FloatMap.BasicEntryset in class AbstractObject2FloatMap.BasicEntry<T>key - the key that should be replacedvalue - the value that should be replaced