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