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