`Int2DoubleOpenHashMap` has both `Double put(final...
# announcements
e
Int2DoubleOpenHashMap
has both
Double put(final Integer ok, final Double ov)
and
double put(final int k, final double v)
defined, while addTo has only one with primitive types