Interface Int2ObjectSortedMap<V>

All Superinterfaces:
Function<Integer,​V>, Function<Integer,​V>, Int2ObjectFunction<V>, Int2ObjectMap<V>, IntFunction<V>, Map<Integer,​V>, SortedMap<Integer,​V>
All Known Implementing Classes:
AbstractInt2ObjectSortedMap, Int2ObjectAVLTreeMap, Int2ObjectLinkedOpenHashMap, Int2ObjectRBTreeMap, Int2ObjectSortedMaps.EmptySortedMap, Int2ObjectSortedMaps.Singleton, Int2ObjectSortedMaps.SynchronizedSortedMap, Int2ObjectSortedMaps.UnmodifiableSortedMap

public interface Int2ObjectSortedMap<V>
extends Int2ObjectMap<V>, SortedMap<Integer,​V>
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:
SortedMap