public static interface Int2DoubleMap.Entry
extends java.util.Map.Entry<java.lang.Integer,java.lang.Double>
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entry| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue() |
int |
getIntKey() |
double |
setValue(double value) |