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 |
---|
AbstractByte2ReferenceMap.BasicEntry(byte key,
V value) |
AbstractByte2ReferenceMap.BasicEntry(Byte key,
V value) |
public AbstractByte2ReferenceMap.BasicEntry(byte key, V value)
public byte getByteKey()
getByteKey
in interface Byte2ReferenceMap.Entry<V>
Map.Entry.getKey()
public boolean equals(Object o)
public int hashCode()