Objective.MyObjectiveIterator

public class MyObjectiveIterator implements Iterator<ObjectiveInstance>

Constructors

MyObjectiveIterator

public MyObjectiveIterator(ObjectiveBase impl)

Methods

hasNext

public boolean hasNext()

next

public ObjectiveInstance next()

remove

public void remove()