public class AgentInstanceArrayIterator extends java.lang.Object implements java.util.Iterator<EventBean>
Modifier and Type | Field and Description |
---|---|
protected AgentInstance[] |
instances |
Constructor and Description |
---|
AgentInstanceArrayIterator(AgentInstance[] instances) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
EventBean |
next() |
void |
remove() |
protected final AgentInstance[] instances
public AgentInstanceArrayIterator(AgentInstance[] instances)