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