public static class AbstractByte2CharMap.BasicEntry extends Object implements Byte2CharMap.Entry
This class does not implement setValue(), as the modification would not be reflected in the base map.
| Constructor and Description |
|---|
BasicEntry(byte key,
char value) |
BasicEntry(Byte key,
Character value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte |
getByteKey() |
char |
getCharValue() |
Byte |
getKey()
Deprecated.
Please use the corresponding type-specific method
instead.
|
Character |
getValue()
Deprecated.
Please use the corresponding type-specific method
instead.
|
int |
hashCode() |
char |
setValue(char value) |
Character |
setValue(Character value)
Deprecated.
Please use the corresponding type-specific method
instead.
|
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValue@Deprecated public Byte getKey()
public byte getByteKey()
getByteKey in interface Byte2CharMap.EntryMap.Entry.getKey()@Deprecated public Character getValue()
public char getCharValue()
getCharValue in interface Byte2CharMap.EntryMap.Entry.getValue()public char setValue(char value)
setValue in interface Byte2CharMap.EntryMap.Entry.setValue(Object)@Deprecated public Character setValue(Character value)
public boolean equals(Object o)
public int hashCode()