public interface BooleanBidirectionalIterable extends BooleanIterable
Iterable that further strengthens the specification
of Iterable.iterator().| Modifier and Type | Method and Description |
|---|---|
BooleanBidirectionalIterator |
iterator()
Returns a type-specific
BidirectionalIterator. |
forEach, forEachBooleanBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface BooleanIterableiterator in interface java.lang.Iterable<java.lang.Boolean>Iterable.iterator()