Class AbstractLinkedListJava21.LinkedListIterator<E>

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

protected static class AbstractLinkedListJava21.LinkedListIterator<E> extends Object implements ListIterator<E>, OrderedIterator<E>
A list iterator over the linked list.