ObjectiveMap.MyObjectiveMapIterator

public class MyObjectiveMapIterator implements Iterator<Objective>

Constructors

MyObjectiveMapIterator

public MyObjectiveMapIterator(EntityMapObjective impl)

Methods

hasNext

public boolean hasNext()

next

public Objective next()

remove

public void remove()