public static interface Reference2DoubleMap.Entry<K> extends Map.Entry<K,Double>
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entrydouble setValue(double value)
Map.Entry.setValue(Object)double getDoubleValue()
Map.Entry.getValue()