public abstract class AbstractDoubleSortedSet extends AbstractDoubleSet implements DoubleSortedSet
| Modifier and Type | Method and Description |
|---|---|
DoubleBidirectionalIterator |
doubleIterator()
Deprecated.
|
Double |
first()
Delegates to the corresponding type-specific method.
|
DoubleSortedSet |
headSet(Double to)
Delegates to the corresponding type-specific method.
|
abstract DoubleBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
Double |
last()
Delegates to the corresponding type-specific method.
|
DoubleSortedSet |
subSet(Double from,
Double to)
Delegates to the corresponding type-specific method.
|
DoubleSortedSet |
tailSet(Double from)
Delegates to the corresponding type-specific method.
|
equals, hashCode, rem, remove, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toDoubleArray, toDoubleArray, toStringclear, sizecomparator, firstDouble, headSet, iterator, lastDouble, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toDoubleArray, toDoubleArrayspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streampublic DoubleSortedSet headSet(Double to)
headSet in interface DoubleSortedSetheadSet in interface SortedSet<Double>SortedSet.headSet(Object)public DoubleSortedSet tailSet(Double from)
tailSet in interface DoubleSortedSettailSet in interface SortedSet<Double>SortedSet.tailSet(Object)public DoubleSortedSet subSet(Double from, Double to)
subSet in interface DoubleSortedSetsubSet in interface SortedSet<Double>SortedSet.subSet(Object,Object)public Double first()
public Double last()
@Deprecated public DoubleBidirectionalIterator doubleIterator()
doubleIterator in interface DoubleCollectiondoubleIterator in interface DoubleSortedSetdoubleIterator in class AbstractDoubleCollectionDoubleCollection.iterator()public abstract DoubleBidirectionalIterator iterator()
DoubleCollectionNote that this specification strengthens the one given in Iterable.iterator(), which was already strengthened in the corresponding type-specific class, but was weakened by
the fact that this interface extends Collection.
iterator in interface DoubleCollectioniterator in interface DoubleIterableiterator in interface DoubleSetiterator in interface DoubleSortedSetiterator in interface Iterable<Double>iterator in interface Collection<Double>iterator in interface Set<Double>iterator in class AbstractDoubleSet