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