public interface LongBidirectionalIterable extends LongIterable
Iterable that further strengthens the specification
of Iterable.iterator().| Modifier and Type | Method and Description |
|---|---|
LongBidirectionalIterator |
iterator()
Returns a type-specific
BidirectionalIterator. |
forEach, forEachLongBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface java.lang.Iterable<java.lang.Long>iterator in interface LongIterableIterable.iterator()