Class ImmutableListIterator<E>
java.lang.Object
ch.nolix.base.independent.immutablelist.ImmutableListIterator<E>
- Type Parameters:
E- is the type of the elements of the parentImmutableListof aImmutableListIterator.
- All Implemented Interfaces:
Iterator<E>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ImmutableListIterator<T> forArray(T[] array) booleanhasNext()next()Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Method Details
-
forArray
-
hasNext
-
next
-