public static interface Short2DoubleMap.Entry extends Map.Entry<Short,Double>
Map.Entry; provides some additional
methods that use polymorphism to avoid (un)boxing.Map.Entry| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue() |
Short |
getKey()
Deprecated.
Please use the corresponding type-specific method
instead.
|
short |
getShortKey() |
Double |
getValue()
Deprecated.
Please use the corresponding type-specific method
instead.
|
double |
setValue(double value) |
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode, setValue@Deprecated Short getKey()
short getShortKey()
Map.Entry.getKey()@Deprecated Double getValue()
double setValue(double value)
Map.Entry.setValue(Object)double getDoubleValue()
Map.Entry.getValue()