Class FilterIterator<T>
java.lang.Object
com.ibm.wala.util.collections.FilterIterator<T>
-
Constructor Details
-
FilterIterator
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator<T>
- Throws:
NoSuchElementException
-
hasNext
-
remove
- Specified by:
remove
in interfaceIterator<T>
- Throws:
UnsupportedOperationException
-
toString
-