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