Class AbstractBooleanListIterator

All Implemented Interfaces:
BidirectionalIterator<java.lang.Boolean>, BooleanBidirectionalIterator, BooleanIterator, BooleanListIterator, ObjectBidirectionalIterator<java.lang.Boolean>, ObjectIterator<java.lang.Boolean>, java.util.Iterator<java.lang.Boolean>, java.util.ListIterator<java.lang.Boolean>, java.util.PrimitiveIterator<java.lang.Boolean,​BooleanConsumer>

@Deprecated
public abstract class AbstractBooleanListIterator
extends AbstractBooleanBidirectionalIterator
implements BooleanListIterator
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.
An abstract class facilitating the creation of type-specific list iterators.