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() |
BasicEntry(float key,
char value) |
BasicEntry(Float key,
Character value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
char |
getCharValue()
Returns the value corresponding to this entry.
|
float |
getFloatKey()
Returns the key corresponding to this entry.
|
int |
hashCode() |
char |
setValue(char value)
Replaces the value corresponding to this entry with the specified value (optional operation).
|
String |
toString() |
getKey, getValue, setValuecomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic BasicEntry()
public BasicEntry(float key,
char value)
public float getFloatKey()
Float2CharMap.EntrygetFloatKey in interface Float2CharMap.EntryMap.Entry.getKey()public char getCharValue()
Float2CharMap.EntrygetCharValue in interface Float2CharMap.EntryMap.Entry.getValue()public char setValue(char value)
Float2CharMap.EntrysetValue in interface Float2CharMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()