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