Interface BooleanBidirectionalIterator

All Superinterfaces:
BidirectionalIterator<Boolean>, BooleanIterator, Iterator<Boolean>, ObjectBidirectionalIterator<Boolean>, ObjectIterator<Boolean>, PrimitiveIterator<Boolean,BooleanConsumer>
All Known Subinterfaces:
BooleanBigListIterator

public interface BooleanBidirectionalIterator extends BooleanIterator, ObjectBidirectionalIterator<Boolean>
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing, and the possibility to skip elements backwards.
See Also: