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