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 |
---|
BasicEntry(float key,
byte value) |
BasicEntry(Float key,
Byte value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte |
getByteValue() |
float |
getFloatKey() |
Float |
getKey() |
Byte |
getValue() |
int |
hashCode() |
byte |
setValue(byte value) |
Byte |
setValue(Byte value) |
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public float getFloatKey()
getFloatKey
in interface Float2ByteMap.Entry
Map.Entry.getKey()
public byte getByteValue()
getByteValue
in interface Float2ByteMap.Entry
Map.Entry.getValue()
public byte setValue(byte value)
setValue
in interface Float2ByteMap.Entry
Map.Entry.setValue(Object)
public boolean equals(Object o)
public int hashCode()