Schnittstelle IntSortedSet

Alle Superschnittstellen:
Collection<Integer>, IntCollection, IntIterable, IntSet, ISizeProvider, Iterable<Integer>, Set<Integer>, SortedSet<Integer>
Alle bekannten Unterschnittstellen:
IntNavigableSet
Alle bekannten Implementierungsklassen:
IntAVLTreeSet, IntRBTreeSet

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