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