Class DoubleRBTreeSet

All Implemented Interfaces:
DoubleBidirectionalIterable, DoubleCollection, DoubleIterable, DoubleSet, DoubleSortedSet, Serializable, Cloneable, Iterable<Double>, Collection<Double>, Set<Double>, SortedSet<Double>

public class DoubleRBTreeSet
extends AbstractDoubleSortedSet
implements Serializable, Cloneable, DoubleSortedSet
A type-specific red-black tree set with a fast, small-footprint implementation.

The iterators provided by this class are type-specific bidirectional iterators. Moreover, the iterator returned by iterator() can be safely cast to a type-specific list iterator.

See Also:
Serialized Form