public static interface Int2ReferenceMap.Entry<V> extends Map.Entry<Integer,V>
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entryint getIntKey()
Map.Entry.getKey()Copyright © 2013. All Rights Reserved.