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