Interface Int2ReferenceSortedMap<V>

All Superinterfaces:
Function<Integer,V>, Function<Integer,V>, Int2ReferenceFunction<V>, Int2ReferenceMap<V>, IntFunction<V>, Map<Integer,V>, SortedMap<Integer,V>
All Known Implementing Classes:
AbstractInt2ReferenceSortedMap, Int2ReferenceAVLTreeMap, Int2ReferenceLinkedOpenHashMap, Int2ReferenceRBTreeMap, Int2ReferenceSortedMaps.EmptySortedMap, Int2ReferenceSortedMaps.Singleton, Int2ReferenceSortedMaps.SynchronizedSortedMap, Int2ReferenceSortedMaps.UnmodifiableSortedMap

public interface Int2ReferenceSortedMap<V> extends Int2ReferenceMap<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: