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