Class AbstractLinkedListJava21.LinkedSubListIterator<E>

java.lang.Object
org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedListIterator<E>
org.apache.commons.collections4.list.AbstractLinkedListJava21.LinkedSubListIterator<E>
Type Parameters:
E - the type of elements in this iterator.
All Implemented Interfaces:
Iterator<E>, ListIterator<E>, OrderedIterator<E>
Enclosing class:
AbstractLinkedListJava21<E>

protected static class AbstractLinkedListJava21.LinkedSubListIterator<E> extends AbstractLinkedListJava21.LinkedListIterator<E>
A list iterator over the linked sub list.