public class SortedIntList.Iterator extends Object implements Iterator<SortedIntList.Node<E>>
| Constructor and Description |
|---|
Iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
SortedIntList.Node<E> |
next() |
void |
remove() |
SortedIntList.Iterator |
reset() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<SortedIntList.Node<E>>public SortedIntList.Node<E> next()
next in interface Iterator<SortedIntList.Node<E>>public void remove()
remove in interface Iterator<SortedIntList.Node<E>>public SortedIntList.Iterator reset()
Copyright © 2021. All rights reserved.