public abstract class AbstractDoubleSortedSet extends AbstractDoubleSet implements DoubleSortedSet
| Modifier and Type | Method and Description |
|---|---|
DoubleBidirectionalIterator |
doubleIterator()
Deprecated.
|
java.lang.Double |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
headSet(java.lang.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.
|
java.lang.Double |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
subSet(java.lang.Double from,
java.lang.Double to)
Deprecated.
Please use the corresponding type-specific method instead.
|
DoubleSortedSet |
tailSet(java.lang.Double from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, remove, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toDoubleArray, toDoubleArray, toStringcomparator, firstDouble, headSet, iterator, lastDouble, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toDoubleArray, toDoubleArray@Deprecated public DoubleSortedSet headSet(java.lang.Double to)
headSet in interface DoubleSortedSetheadSet in interface java.util.SortedSet<java.lang.Double>SortedSet.headSet(Object)@Deprecated public DoubleSortedSet tailSet(java.lang.Double from)
tailSet in interface DoubleSortedSettailSet in interface java.util.SortedSet<java.lang.Double>SortedSet.tailSet(Object)@Deprecated public DoubleSortedSet subSet(java.lang.Double from, java.lang.Double to)
subSet in interface DoubleSortedSetsubSet in interface java.util.SortedSet<java.lang.Double>SortedSet.subSet(Object,Object)@Deprecated public java.lang.Double first()
first in interface java.util.SortedSet<java.lang.Double>@Deprecated public java.lang.Double last()
last in interface java.util.SortedSet<java.lang.Double>@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 java.lang.Iterable<java.lang.Double>iterator in interface java.util.Collection<java.lang.Double>iterator in interface java.util.Set<java.lang.Double>iterator in class AbstractDoubleSet