public static class AbstractFloat2ByteMap.BasicEntry extends Object implements Float2ByteMap.Entry
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Constructor and Description |
|---|
AbstractFloat2ByteMap.BasicEntry(float key,
byte value) |
AbstractFloat2ByteMap.BasicEntry(Float key,
Byte value) |
public AbstractFloat2ByteMap.BasicEntry(float key,
byte value)
public float getFloatKey()
getFloatKey in interface Float2ByteMap.EntryMap.Entry.getKey()public byte getByteValue()
getByteValue in interface Float2ByteMap.EntryMap.Entry.getValue()public byte setValue(byte value)
setValue in interface Float2ByteMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()