Class ImmutableListIterator<T>

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

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