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| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
int |
setValue(int value) |
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, getKey, getValue, hashCode, setValueint setValue(int value)
Map.Entry.setValue(Object)int getIntValue()
Map.Entry.getValue()