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.Entry
int setValue(int value)
Map.Entry.setValue(Object)
int getIntValue()
Map.Entry.getValue()