Klasse ImmutableListIterator<E>
java.lang.Object
ch.nolix.core.independent.list.ImmutableListIterator<E>
- Typparameter:
E- is the type of the elements of the parentImmutableListof aImmutableListIterator.
- Alle implementierten Schnittstellen:
Iterator<E>
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic <T> ImmutableListIterator<T> forArray(T[] array) booleanhasNext()next()Von Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden Iterator
forEachRemaining, remove
-
Methodendetails
-
forArray
-
hasNext
-
next
-