Iterator<LinkedListNode<T>>
protected LinkedListNode<T>
current
LinkedListNodeIterator(LinkedListNode<T> current)
boolean
hasNext()
LinkedListNode<T>
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
hasNext
Iterator<T>
next