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