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