public static interface Byte2DoubleMap.Entry extends Map.Entry<Byte,Double>
Map.Entry
; provides some additional methods that use polymorphism to avoid (un)boxing.Map.Entry
Modifier and Type | Method and Description |
---|---|
byte |
getByteKey() |
double |
getDoubleValue() |
double |
setValue(double value) |
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, getKey, getValue, hashCode, setValue
byte getByteKey()
Map.Entry.getKey()
double setValue(double value)
Map.Entry.setValue(Object)
double getDoubleValue()
Map.Entry.getValue()