Class MutableListIterator<T>

java.lang.Object
org.eclipse.collections.impl.list.mutable.MutableIterator<T>
org.eclipse.collections.impl.list.mutable.MutableListIterator<T>
All Implemented Interfaces:
Iterator<T>, ListIterator<T>

public final class MutableListIterator<T> extends MutableIterator<T> implements ListIterator<T>