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