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