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, forEachIntBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface IntIterableiterator in interface java.lang.Iterable<java.lang.Integer>Iterable.iterator()