public static class AbstractObject2ByteMap.BasicEntry<K> extends Object implements Object2ByteMap.Entry<K>
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Constructor and Description |
|---|
AbstractObject2ByteMap.BasicEntry(K key,
byte value) |
AbstractObject2ByteMap.BasicEntry(K key,
Byte value) |
public AbstractObject2ByteMap.BasicEntry(K key, byte value)
public byte getByteValue()
getByteValue in interface Object2ByteMap.Entry<K>Map.Entry.getValue()public byte setValue(byte value)
setValue in interface Object2ByteMap.Entry<K>Map.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()