Class AbstractIntBigListIterator

java.lang.Object
All Implemented Interfaces:
BidirectionalIterator<java.lang.Integer>, BigListIterator<java.lang.Integer>, IntBidirectionalIterator, IntBigListIterator, IntIterator, ObjectBidirectionalIterator<java.lang.Integer>, ObjectIterator<java.lang.Integer>, java.util.Iterator<java.lang.Integer>, java.util.PrimitiveIterator<java.lang.Integer,​java.util.function.IntConsumer>, java.util.PrimitiveIterator.OfInt

@Deprecated
public abstract class AbstractIntBigListIterator
extends AbstractIntBidirectionalIterator
implements IntBigListIterator
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 big-list iterators.