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, wait
forEachRemaining
public NumberedNodeIterator(IntSet s, NumberedNodeManager<T> nodeManager)
IllegalArgumentException
- if s is nullpublic T next() throws NoSuchElementException
next
in interface Iterator<T>
NoSuchElementException
public void remove() throws UnsupportedOperationException
remove
in interface Iterator<T>
UnsupportedOperationException