public static class AbstractByte2FloatMap.BasicEntry extends Object implements Byte2FloatMap.Entry
This class does not implement setValue(), as the modification would not be reflected in the base map.
| Constructor and Description |
|---|
BasicEntry(byte key,
float value) |
BasicEntry(Byte key,
Float value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte |
getByteKey() |
float |
getFloatValue() |
Byte |
getKey() |
Float |
getValue() |
int |
hashCode() |
float |
setValue(float value) |
Float |
setValue(Float value) |
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValuepublic byte getByteKey()
getByteKey in interface Byte2FloatMap.EntryMap.Entry.getKey()public float getFloatValue()
getFloatValue in interface Byte2FloatMap.EntryMap.Entry.getValue()public float setValue(float value)
setValue in interface Byte2FloatMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()