public interface DoubleBidirectionalIterable extends DoubleIterable
Iterable that further strengthens the specification
of Iterable.iterator().| Modifier and Type | Method and 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()