public static class AbstractDouble2CharMap.BasicEntry extends Object implements Double2CharMap.Entry
This class does not implement setValue(), as the modification
would not be reflected in the base map.
| Constructor and Description |
|---|
AbstractDouble2CharMap.BasicEntry(double key,
char value) |
AbstractDouble2CharMap.BasicEntry(Double key,
Character value) |
public AbstractDouble2CharMap.BasicEntry(Double key, Character value)
public AbstractDouble2CharMap.BasicEntry(double key,
char value)
public double getDoubleKey()
getDoubleKey in interface Double2CharMap.EntryMap.Entry.getKey()public Character getValue()
public char getCharValue()
getCharValue in interface Double2CharMap.EntryMap.Entry.getValue()public char setValue(char value)
setValue in interface Double2CharMap.EntryMap.Entry.setValue(Object)public boolean equals(Object o)
public int hashCode()