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, forEachspliteratorBooleanBidirectionalIterator iterator()
BidirectionalIterator.iterator in interface BooleanIterableiterator in interface Iterable<Boolean>Iterable.iterator()