Class AbstractObjectListIterator<K>
java.lang.Object
it.unimi.dsi.fastutil.objects.AbstractObjectIterator<K>
it.unimi.dsi.fastutil.objects.AbstractObjectBidirectionalIterator<K>
it.unimi.dsi.fastutil.objects.AbstractObjectListIterator<K>
- All Implemented Interfaces:
BidirectionalIterator<K>, ObjectBidirectionalIterator<K>, ObjectIterator<K>, ObjectListIterator<K>, Iterator<K>, ListIterator<K>
@Deprecated
public abstract class AbstractObjectListIterator<K>
extends AbstractObjectBidirectionalIterator<K>
implements ObjectListIterator<K>
Deprecated.
An abstract class facilitating the creation of type-specific 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 Iterator
forEachRemainingMethods inherited from interface ListIterator
hasNext, hasPrevious, next, nextIndex, previous, previousIndexMethods inherited from interface ObjectBidirectionalIterator
back, skipMethods inherited from interface ObjectListIterator
add, remove, set
fastutil8 this class is no longer necessary, as its previous abstract methods are now default methods of the type-specific interface.