Class AbstractLongBigListIterator

java.lang.Object
All Implemented Interfaces:
BidirectionalIterator<java.lang.Long>, BigListIterator<java.lang.Long>, LongBidirectionalIterator, LongBigListIterator, LongIterator, ObjectBidirectionalIterator<java.lang.Long>, ObjectIterator<java.lang.Long>, java.util.Iterator<java.lang.Long>, java.util.PrimitiveIterator<java.lang.Long,​java.util.function.LongConsumer>, java.util.PrimitiveIterator.OfLong

@Deprecated
public abstract class AbstractLongBigListIterator
extends AbstractLongBidirectionalIterator
implements LongBigListIterator
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.