public static interface Char2ObjectMap.Entry<V> extends Map.Entry<Character,V>
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing.Map.Entrychar getCharKey()
Map.Entry.getKey()Copyright © 2011-2015. All Rights Reserved.