V - the type of elements maintained by this Collectionpublic static class Double2ObjectMaps.UnmodifyableEntry<V> extends AbstractDouble2ObjectMap.BasicEntry<V>
| Modifier and Type | Method and Description |
|---|---|
void |
set(double key,
V value)
A Helper method for fast replacing values
|
equals, getDoubleKey, getValue, hashCode, setValue, toStringgetKeypublic void set(double key,
V value)
AbstractDouble2ObjectMap.BasicEntryset in class AbstractDouble2ObjectMap.BasicEntry<V>key - the key that should be replacedvalue - the value that should be replaced