Class SimpleImmutableListIterator<E>

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

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