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