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