Groovy Documentation

org.codehaus.griffon.runtime.tasks
[Java] Class TaskIterator

java.lang.Object
  org.codehaus.griffon.runtime.tasks.TaskIterator
All Implemented Interfaces:
Iterator

public class TaskIterator
extends Object

Authors:
Eike Kettner
Since:
21.09.11 21:13


Field Summary
private TaskControl current

private Iterator delegate

private TaskPredicate filter

 
Constructor Summary
TaskIterator(Iterator delegate, TaskPredicate filter)

 
Method Summary
boolean hasNext()

TaskControl next()

void remove()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

current

private TaskControl current


delegate

private final Iterator delegate


filter

private final TaskPredicate filter


 
Constructor Detail

TaskIterator

public TaskIterator(Iterator delegate, TaskPredicate filter)


 
Method Detail

hasNext

public boolean hasNext()


next

public TaskControl next()


remove

public void remove()


 

Groovy Documentation