Class SimpleLinkedListIterator<E>

java.lang.Object
ch.nolix.base.foundation.linkedlist.SimpleLinkedListIterator<E>
Type Parameters:
E - the type of the elements of the parent SimpleLinkedList of a SimpleLinkedListIterator.
All Implemented Interfaces:
Iterator<E>

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