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