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 . |
doubleIterator, doubleSpliterator, forEach, forEach, forEach, spliterator
DoubleBidirectionalIterator iterator()
BidirectionalIterator
.iterator
in interface DoubleIterable
iterator
in interface java.lang.Iterable<java.lang.Double>
Iterable.iterator()