public static class AbstractFloat2CharMap.BasicEntry extends Object implements Float2CharMap.Entry
This class does not implement setValue()
, as the modification
would not be reflected in the base map.
Constructor and Description |
---|
BasicEntry(float key,
char value) |
BasicEntry(Float key,
Character value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
char |
getCharValue() |
float |
getFloatKey() |
Float |
getKey() |
Character |
getValue() |
int |
hashCode() |
char |
setValue(char value) |
Character |
setValue(Character value) |
String |
toString() |
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public float getFloatKey()
getFloatKey
in interface Float2CharMap.Entry
Map.Entry.getKey()
public char getCharValue()
getCharValue
in interface Float2CharMap.Entry
Map.Entry.getValue()
public char setValue(char value)
setValue
in interface Float2CharMap.Entry
Map.Entry.setValue(Object)
public boolean equals(Object o)
public int hashCode()