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, forEach, forEach, longIterator, longSpliterator, spliterator
LongBidirectionalIterator iterator()
BidirectionalIterator
.iterator
in interface java.lang.Iterable<java.lang.Long>
iterator
in interface LongIterable
Iterable.iterator()