public static interface Reference2ShortMap.Entry<K> extends Map.Entry<K,Short>
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entryshort setValue(short value)
Map.Entry.setValue(Object)short getShortValue()
Map.Entry.getValue()