public static class AbstractByte2BooleanMap.BasicEntry extends Object implements Byte2BooleanMap.Entry
This class does not implement setValue(), as the modification would not be reflected in the base map.
| Constructor and Description |
|---|
BasicEntry(byte key,
boolean value) |
BasicEntry(Byte key,
Boolean value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
getBooleanValue() |
byte |
getByteKey() |
Byte |
getKey() |
Boolean |
getValue() |
int |
hashCode() |
boolean |
setValue(boolean value) |
Boolean |
setValue(Boolean value) |
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValuepublic byte getByteKey()
getByteKey in interface Byte2BooleanMap.EntryMap.Entry.getKey()public boolean getBooleanValue()
getBooleanValue in interface Byte2BooleanMap.EntryMap.Entry.getValue()public boolean setValue(boolean value)
setValue in interface Byte2BooleanMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()