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