Class AbstractObjectBigListIterator<K>
java.lang.Object
it.unimi.dsi.fastutil.objects.AbstractObjectIterator<K>
it.unimi.dsi.fastutil.objects.AbstractObjectBidirectionalIterator<K>
it.unimi.dsi.fastutil.objects.AbstractObjectBigListIterator<K>
- All Implemented Interfaces:
BidirectionalIterator<K>, BigListIterator<K>, ObjectBidirectionalIterator<K>, ObjectBigListIterator<K>, ObjectIterator<K>, Iterator<K>
@Deprecated
public abstract class AbstractObjectBigListIterator<K>
extends AbstractObjectBidirectionalIterator<K>
implements ObjectBigListIterator<K>
Deprecated.
An abstract class facilitating the creation of type-specific big-list iterators.
-
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BidirectionalIterator
hasPrevious, previousMethods inherited from interface BigListIterator
nextIndex, previousIndexMethods inherited from interface Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface ObjectBidirectionalIterator
back
fastutil8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.