Class ImmutableListIterator<T>

java.lang.Object
org.eclipse.collections.impl.list.immutable.ImmutableIterator<T>
org.eclipse.collections.impl.list.immutable.ImmutableListIterator<T>
All Implemented Interfaces:
Iterator<T>, ListIterator<T>

public final class ImmutableListIterator<T> extends ImmutableIterator<T> implements ListIterator<T>