public static interface Short2FloatMap.Entry
extends java.util.Map.Entry<java.lang.Short,java.lang.Float>
| Modifier and Type | Method and Description |
|---|---|
float |
getFloatValue()
Type Specific getValue method that reduces boxing/unboxing
|
default java.lang.Short |
getKey() |
short |
getShortKey()
Type Specific getKey method that reduces boxing/unboxing
|
default java.lang.Float |
getValue() |
float |
setValue(float value)
Type Specific setValue method that reduces boxing/unboxing
|
default java.lang.Float |
setValue(java.lang.Float value) |
short getShortKey()
default java.lang.Short getKey()
getKey in interface java.util.Map.Entry<java.lang.Short,java.lang.Float>float getFloatValue()
float setValue(float value)
value - the new Value that should be placed in the given entryjava.lang.UnsupportedOperationException - if the Entry is immutable or not supporteddefault java.lang.Float getValue()
getValue in interface java.util.Map.Entry<java.lang.Short,java.lang.Float>default java.lang.Float setValue(java.lang.Float value)
setValue in interface java.util.Map.Entry<java.lang.Short,java.lang.Float>