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