Class ListIterator<E>

java.lang.Object
ch.nolix.base.independent.list.ListIterator<E>
Type Parameters:
E - is the type of the elements of the parent List of a ListIterator.
All Implemented Interfaces:
Iterator<E>

public final class ListIterator<E> extends Object implements Iterator<E>
Author:
Silvan Wyss