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 |
|---|
AbstractChar2FloatMap.BasicEntry(Character key,
Float value) |
AbstractChar2FloatMap.BasicEntry(char key,
float value) |
public AbstractChar2FloatMap.BasicEntry(Character key, Float value)
public AbstractChar2FloatMap.BasicEntry(char key,
float value)
public char getCharKey()
getCharKey in interface Char2FloatMap.EntryMap.Entry.getKey()public float getFloatValue()
getFloatValue in interface Char2FloatMap.EntryMap.Entry.getValue()public float setValue(float value)
setValue in interface Char2FloatMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()