Klasse ListIterator<E>
java.lang.Object
ch.nolix.core.independent.container.ListIterator<E>
- Alle implementierten Schnittstellen:
Iterator<E>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic <E2> ListIterator
<E2> static <E2> ListIterator
<E2> forStartNode
(ch.nolix.core.independent.container.ListNode<E2> startNode) boolean
hasNext()
next()
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.Iterator
forEachRemaining, remove
-
Methodendetails
-
forEmptyList
-
forStartNode
public static <E2> ListIterator<E2> forStartNode(ch.nolix.core.independent.container.ListNode<E2> startNode) -
hasNext
public boolean hasNext() -
next
- Angegeben von:
next
in SchnittstelleIterator<E>
- Löst aus:
NoSuchElementException
-