public static class AbstractByte2ReferenceMap.BasicEntry<V> extends Object implements Byte2ReferenceMap.Entry<V>
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Constructor and Description |
|---|
BasicEntry() |
BasicEntry(byte key,
V value) |
BasicEntry(Byte key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte |
getByteKey()
Returns the key corresponding to this entry.
|
V |
getValue() |
int |
hashCode() |
V |
setValue(V value) |
String |
toString() |
getKeycomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic BasicEntry()
public BasicEntry(byte key,
V value)
public byte getByteKey()
Byte2ReferenceMap.EntrygetByteKey in interface Byte2ReferenceMap.Entry<V>Map.Entry.getKey()public boolean equals(Object o)
public int hashCode()