| Constructor and Description |
|---|
NumberedNodeIterator(IntSet s,
NumberedNodeManager<T> nodeManager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic NumberedNodeIterator(IntSet s, NumberedNodeManager<T> nodeManager)
IllegalArgumentException - if s is nullpublic T next() throws NoSuchElementException
next in interface Iterator<T>NoSuchElementExceptionpublic void remove()
throws UnsupportedOperationException
remove in interface Iterator<T>UnsupportedOperationException