Class NumberedNodeIterator<T>
java.lang.Object
com.ibm.wala.util.graph.impl.NumberedNodeIterator<T>
-
Constructor Details
-
NumberedNodeIterator
- Throws:
IllegalArgumentException
- if s is null
-
-
Method Details
-
hasNext
-
next
- Specified by:
next
in interfaceIterator<T>
- Throws:
NoSuchElementException
-
remove
- Specified by:
remove
in interfaceIterator<T>
- Throws:
UnsupportedOperationException
-