Class AbstractLongListIterator

All Implemented Interfaces:
BidirectionalIterator<Long>, LongBidirectionalIterator, LongIterator, LongListIterator, ObjectBidirectionalIterator<Long>, ObjectIterator<Long>, Iterator<Long>, ListIterator<Long>, PrimitiveIterator<Long,LongConsumer>, PrimitiveIterator.OfLong

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