public static class Byte2BooleanMaps.UnmodifyableEntry extends AbstractByte2BooleanMap.BasicEntry
| Modifier and Type | Method and Description |
|---|---|
void |
set(byte key,
boolean value)
A Helper method for fast replacing values
|
equals, getBooleanValue, getByteKey, hashCode, setValue, toStringgetKey, getValue, setValuepublic void set(byte key,
boolean value)
AbstractByte2BooleanMap.BasicEntryset in class AbstractByte2BooleanMap.BasicEntrykey - the key that should be replacedvalue - the value that should be replaced