public static class AbstractByte2ShortMap.BasicEntry extends Object implements Byte2ShortMap.Entry
This class does not implement setValue(), as the modification would not be reflected in the base map.
| Constructor and Description |
|---|
BasicEntry(byte key,
short value) |
BasicEntry(Byte key,
Short value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte |
getByteKey() |
Byte |
getKey()
Deprecated.
Please use the corresponding type-specific method
instead.
|
short |
getShortValue() |
Short |
getValue()
Deprecated.
Please use the corresponding type-specific method
instead.
|
int |
hashCode() |
short |
setValue(short value) |
Short |
setValue(Short 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 Byte2ShortMap.EntryMap.Entry.getKey()@Deprecated public Short getValue()
public short getShortValue()
getShortValue in interface Byte2ShortMap.EntryMap.Entry.getValue()public short setValue(short value)
setValue in interface Byte2ShortMap.EntryMap.Entry.setValue(Object)@Deprecated public Short setValue(Short value)
public boolean equals(Object o)
public int hashCode()