Class SimpleImmutableListIterator<E>
java.lang.Object
ch.nolix.base.foundation.immutablelist.SimpleImmutableListIterator<E>
- Type Parameters:
E- the type of the elements of the parentSimpleImmutableListof aSimpleImmutableListIterator.
- All Implemented Interfaces:
Iterator<E>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> SimpleImmutableListIterator<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
-