public class TaskIterator extends Object implements Iterator<TaskControl>
Constructor and Description |
---|
TaskIterator(Iterator<TaskControl> delegate,
TaskPredicate filter) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
TaskControl |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TaskIterator(Iterator<TaskControl> delegate, TaskPredicate filter)
public boolean hasNext()
hasNext
in interface Iterator<TaskControl>
public TaskControl next()
next
in interface Iterator<TaskControl>
public void remove()
remove
in interface Iterator<TaskControl>