Class ListIterator<E>
java.lang.Object
ch.nolix.base.independent.list.ListIterator<E>
- Type Parameters:
E- is the type of the elements of the parentListof aListIterator.
- All Implemented Interfaces:
Iterator<E>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ListIterator<T> static <T> ListIterator<T> forStartNode(ch.nolix.base.independent.list.ListNode<T> startNode) booleanhasNext()next()Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Method Details
-
forEmptyList
-
forStartNode
public static <T> ListIterator<T> forStartNode(ch.nolix.base.independent.list.ListNode<T> startNode) -
hasNext
-
next
- Specified by:
nextin interfaceIterator<E>- Throws:
NoSuchElementException
-