Schnittstelle DoubleSortedSet

Alle Superschnittstellen:
Collection<Double>, DoubleCollection, DoubleIterable, DoubleSet, ISizeProvider, Iterable<Double>, Set<Double>, SortedSet<Double>
Alle bekannten Unterschnittstellen:
DoubleNavigableSet
Alle bekannten Implementierungsklassen:
DoubleAVLTreeSet, DoubleRBTreeSet

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