public class LinkedList.LinkedListIterator extends Object implements Iterator<LinkedList.Node<V>>
| Constructor and Description |
|---|
LinkedListIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
LinkedList.Node<V> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasNext()
hasNext in interface Iterator<LinkedList.Node<V>>public LinkedList.Node<V> next()
next in interface Iterator<LinkedList.Node<V>>Copyright © 2016. All rights reserved.