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