Class ImmutableListIterator<T>

java.lang.Object
com.landawn.abacus.util.ObjIterator<T>
com.landawn.abacus.util.ImmutableListIterator<T>
All Implemented Interfaces:
Immutable, Iterator<T>, ListIterator<T>

public abstract class ImmutableListIterator<T> extends ObjIterator<T> implements ListIterator<T>