Class ImmutableListIterator<E>

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

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