public static interface Object2IntMap.Entry<K> extends Map.Entry<K,Integer>
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entryint setValue(int value)
Map.Entry.setValue(Object)int getIntValue()
Map.Entry.getValue()