Schnittstelle Object2BooleanSortedMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Map<T,Boolean>, Object2BooleanMap<T>, Predicate<T>, SortedMap<T,Boolean>
Alle bekannten Unterschnittstellen:
Object2BooleanNavigableMap<T>
Alle bekannten Implementierungsklassen:
Object2BooleanAVLTreeMap, Object2BooleanMaps.SynchronizedNavigableMap, Object2BooleanMaps.SynchronizedSortedMap, Object2BooleanMaps.UnmodifyableNavigableMap, Object2BooleanMaps.UnmodifyableSortedMap, Object2BooleanRBTreeMap

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