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