Class AbstractDoubleSortedSet

All Implemented Interfaces:
DoubleBidirectionalIterable, DoubleCollection, DoubleIterable, DoubleSet, DoubleSortedSet, Cloneable, Iterable<Double>, Collection<Double>, Set<Double>, SortedSet<Double>
Direct Known Subclasses:
DoubleAVLTreeSet, DoubleLinkedOpenCustomHashSet, DoubleLinkedOpenHashSet, DoubleRBTreeSet

public abstract class AbstractDoubleSortedSet extends AbstractDoubleSet implements DoubleSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.