Schnittstelle Int2IntSortedMap

Alle Superschnittstellen:
Int2IntMap, IntUnaryOperator, IntUnaryOperator, Map<Integer,Integer>, SortedMap<Integer,Integer>
Alle bekannten Unterschnittstellen:
Int2IntNavigableMap
Alle bekannten Implementierungsklassen:
Int2IntAVLTreeMap, Int2IntMaps.SynchronizedNavigableMap, Int2IntMaps.SynchronizedSortedMap, Int2IntMaps.UnmodifyableNavigableMap, Int2IntMaps.UnmodifyableSortedMap, Int2IntRBTreeMap

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