Interface Long2IntSortedMap

All Superinterfaces:
Function<Long,Integer>, Function<Long,Integer>, Long2IntFunction, Long2IntMap, LongToIntFunction, Map<Long,Integer>, SortedMap<Long,Integer>
All Known Implementing Classes:
AbstractLong2IntSortedMap, Long2IntAVLTreeMap, Long2IntLinkedOpenHashMap, Long2IntRBTreeMap, Long2IntSortedMaps.EmptySortedMap, Long2IntSortedMaps.Singleton, Long2IntSortedMaps.SynchronizedSortedMap, Long2IntSortedMaps.UnmodifiableSortedMap

public interface Long2IntSortedMap extends Long2IntMap, SortedMap<Long,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: