public class TraceExecutor.TraceExecutorIterator extends java.lang.Object implements java.util.Iterator<Activation<?>>
| Constructor and Description |
|---|
TraceExecutorIterator(java.util.Iterator<Activation<?>> delegatedIterator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Activation<?> |
next() |
void |
remove() |
public TraceExecutorIterator(java.util.Iterator<Activation<?>> delegatedIterator)
public boolean hasNext()
hasNext in interface java.util.Iterator<Activation<?>>public Activation<?> next()
next in interface java.util.Iterator<Activation<?>>public void remove()
remove in interface java.util.Iterator<Activation<?>>