Schnittstelle Int2BooleanSortedMap

Alle Superschnittstellen:
Int2BooleanMap, IntPredicate, Map<Integer,Boolean>, SortedMap<Integer,Boolean>
Alle bekannten Unterschnittstellen:
Int2BooleanNavigableMap
Alle bekannten Implementierungsklassen:
Int2BooleanAVLTreeMap, Int2BooleanMaps.SynchronizedNavigableMap, Int2BooleanMaps.SynchronizedSortedMap, Int2BooleanMaps.UnmodifyableNavigableMap, Int2BooleanMaps.UnmodifyableSortedMap, Int2BooleanRBTreeMap

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