public abstract class AbstractDoubleSortedSet extends AbstractDoubleSet implements DoubleSortedSet
| Modifier and Type | Method and Description |
|---|---|
DoubleBidirectionalIterator |
doubleIterator()
Deprecated.
|
Double |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
headSet(Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
abstract DoubleBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
Double |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
subSet(Double from,
Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
tailSet(Double from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, remove, 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, stream@Deprecated public DoubleSortedSet headSet(Double to)
headSet in interface DoubleSortedSetheadSet in interface SortedSet<Double>SortedSet.headSet(Object)@Deprecated public DoubleSortedSet tailSet(Double from)
tailSet in interface DoubleSortedSettailSet in interface SortedSet<Double>SortedSet.tailSet(Object)@Deprecated public DoubleSortedSet subSet(Double from, Double to)
subSet in interface DoubleSortedSetsubSet in interface SortedSet<Double>SortedSet.subSet(Object,Object)@Deprecated public Double first()
@Deprecated public Double last()
@Deprecated public DoubleBidirectionalIterator doubleIterator()
doubleIterator in interface DoubleCollectiondoubleIterator in interface DoubleSortedSetdoubleIterator in class AbstractDoubleCollectionDoubleCollection.iterator()public abstract DoubleBidirectionalIterator iterator()
DoubleCollection
Note 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