Schnittstelle Long2IntSortedMap

Alle Superschnittstellen:
Long2IntFunction, Long2IntMap, LongToIntFunction, Map<Long,Integer>, SortedMap<Long,Integer>
Alle bekannten Unterschnittstellen:
Long2IntNavigableMap
Alle bekannten Implementierungsklassen:
Long2IntAVLTreeMap, Long2IntMaps.SynchronizedNavigableMap, Long2IntMaps.SynchronizedSortedMap, Long2IntMaps.UnmodifyableNavigableMap, Long2IntMaps.UnmodifyableSortedMap, Long2IntRBTreeMap

public interface Long2IntSortedMap extends SortedMap<Long,Integer>, Long2IntMap
A Type Specific SortedMap interface to reduce boxing/unboxing, with a couple extra methods that allow greater control over maps.
Note:
Long2IntOrderedMap is only extended until 0.6.0 for Compat reasons. The supported classes already implement Long2IntOrderedMap directly and will remove Long2IntSortedMap implementations in favor of Long2IntOrderedMap instead