Interface Reference2IntSortedMap<K>

All Superinterfaces:
Function<K,Integer>, Function<K,Integer>, Map<K,Integer>, Reference2IntFunction<K>, Reference2IntMap<K>, SortedMap<K,Integer>, ToIntFunction<K>
All Known Implementing Classes:
AbstractReference2IntSortedMap, Reference2IntLinkedOpenHashMap, Reference2IntSortedMaps.EmptySortedMap, Reference2IntSortedMaps.Singleton, Reference2IntSortedMaps.SynchronizedSortedMap, Reference2IntSortedMaps.UnmodifiableSortedMap

public interface Reference2IntSortedMap<K> extends Reference2IntMap<K>, SortedMap<K,Integer>
A type-specific SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.

Additionally, this interface strengthens entrySet(), keySet(), values(), comparator(), SortedMap.subMap(Object,Object), SortedMap.headMap(Object) and SortedMap.tailMap(Object).

See Also: