Schnittstelle Int2LongSortedMap

Alle Superschnittstellen:
Int2LongFunction, Int2LongMap, IntToLongFunction, Map<Integer,Long>, SortedMap<Integer,Long>
Alle bekannten Unterschnittstellen:
Int2LongNavigableMap
Alle bekannten Implementierungsklassen:
Int2LongAVLTreeMap, Int2LongMaps.SynchronizedNavigableMap, Int2LongMaps.SynchronizedSortedMap, Int2LongMaps.UnmodifyableNavigableMap, Int2LongMaps.UnmodifyableSortedMap, Int2LongRBTreeMap

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