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