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