Interface Object2IntSortedMap<K>

All Superinterfaces:
Function<K,Integer>, Function<K,Integer>, Map<K,Integer>, Object2IntFunction<K>, Object2IntMap<K>, SortedMap<K,Integer>, ToIntFunction<K>
All Known Implementing Classes:
AbstractObject2IntSortedMap, Object2IntAVLTreeMap, Object2IntLinkedOpenCustomHashMap, Object2IntLinkedOpenHashMap, Object2IntRBTreeMap, Object2IntSortedMaps.EmptySortedMap, Object2IntSortedMaps.Singleton, Object2IntSortedMaps.SynchronizedSortedMap, Object2IntSortedMaps.UnmodifiableSortedMap

public interface Object2IntSortedMap<K> extends Object2IntMap<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: