Schnittstelle Long2LongSortedMap

Alle Superschnittstellen:
Long2LongMap, LongUnaryOperator, LongUnaryOperator, Map<Long,Long>, SortedMap<Long,Long>
Alle bekannten Unterschnittstellen:
Long2LongNavigableMap
Alle bekannten Implementierungsklassen:
Long2LongAVLTreeMap, Long2LongMaps.SynchronizedNavigableMap, Long2LongMaps.SynchronizedSortedMap, Long2LongMaps.UnmodifyableNavigableMap, Long2LongMaps.UnmodifyableSortedMap, Long2LongRBTreeMap

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