Package com.ibm.wala.util.collections
Class ComposedIterator<O,I>
- java.lang.Object
-
- com.ibm.wala.util.collections.ComposedIterator<O,I>
-
-
Constructor Summary
Constructors Constructor Description ComposedIterator(Iterator<O> outer)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanhasNext()abstract Iterator<? extends I>makeInner(O outer)Inext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
remove
public void remove() throws UnsupportedOperationException- Specified by:
removein interfaceIterator<O>- Throws:
UnsupportedOperationException
-
-