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