public interface IntBidirectionalIterable extends IntIterable
Iterable
that further strengthens the specification of Iterable.iterator()
.Modifier and Type | Method and Description |
---|---|
IntBidirectionalIterator |
iterator()
Returns a type-specific
BidirectionalIterator . |
forEach, forEach, forEach, intIterator, intSpliterator, spliterator
IntBidirectionalIterator iterator()
BidirectionalIterator
.iterator
in interface IntIterable
iterator
in interface java.lang.Iterable<java.lang.Integer>
Iterable.iterator()