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