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