| Modifier and Type | Field and Description |
|---|---|
protected LinkedListNode<T> |
current |
| Constructor and Description |
|---|
LinkedListIterator(LinkedListNode<T> current) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeprotected LinkedListNode<T> current
public LinkedListIterator(LinkedListNode<T> current)
Copyright © 2018. All rights reserved.