Class IteratorPlusTwo<T>
java.lang.Object
com.ibm.wala.util.collections.IteratorPlusTwo<T>
- All Implemented Interfaces:
Iterator<T>
-
Constructor Details
-
IteratorPlusTwo
-
-
Method Details
-
hasNext
-
next
-
remove
- Specified by:
removein interfaceIterator<T>- Throws:
UnsupportedOperationException
-