DoubleBidirectionalIterable, DoubleCollection, DoubleIterable, DoubleSet, DoubleSortedSet, java.lang.Cloneable, java.lang.Iterable<java.lang.Double>, java.util.Collection<java.lang.Double>, java.util.Set<java.lang.Double>, java.util.SortedSet<java.lang.Double>DoubleAVLTreeSet, DoubleLinkedOpenCustomHashSet, DoubleLinkedOpenHashSet, DoubleRBTreeSetpublic abstract class AbstractDoubleSortedSet extends AbstractDoubleSet implements DoubleSortedSet
| Modifier and Type | Method | Description |
|---|---|---|
abstract DoubleBidirectionalIterator |
iterator() |
Returns a type-specific iterator on the elements of this collection.
|
addAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, add, addAll, contains, contains, containsAll, remove, removeAll, retainAll, toArray, toDoubleArray, toDoubleArray, toStringequals, hashCode, rem, removeadd, addAll, contains, containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toDoubleArray, toDoubleArrayforEach, forEachadd, contains, rem, remove, removecomparator, first, firstDouble, headSet, headSet, iterator, last, lastDouble, subSet, subSet, tailSet, tailSetpublic 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 java.util.Collection<java.lang.Double>iterator in interface DoubleBidirectionalIterableiterator 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.Set<java.lang.Double>iterator in class AbstractDoubleSetIterable.iterator()