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, forEach, spliterator
BooleanBidirectionalIterator iterator()
BidirectionalIterator
.iterator
in interface BooleanIterable
iterator
in interface java.lang.Iterable<java.lang.Boolean>
Iterable.iterator()