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 boolean
hasNext()
abstract Iterator<? extends I>
makeInner(O outer)
I
next()
void
remove()
-
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:
remove
in interfaceIterator<O>
- Throws:
UnsupportedOperationException
-
-