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