DoubleIterable, java.lang.Iterable<java.lang.Double>DoubleSortedSetAbstractDoubleSortedSet, DoubleAVLTreeSet, DoubleLinkedOpenCustomHashSet, DoubleLinkedOpenHashSet, DoubleRBTreeSet, DoubleSortedSets.EmptySet, DoubleSortedSets.Singleton, DoubleSortedSets.SynchronizedSortedSet, DoubleSortedSets.UnmodifiableSortedSetpublic interface DoubleBidirectionalIterable extends DoubleIterable
Iterable that further strengthens the specification
of Iterable.iterator().| Modifier and Type | Method | Description |
|---|---|---|
DoubleBidirectionalIterator |
iterator() |
Returns a type-specific
BidirectionalIterator. |
forEach, forEachDoubleBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface DoubleIterableiterator in interface java.lang.Iterable<java.lang.Double>Iterable.iterator()