public class AgentInstanceArraySafeIterator extends AgentInstanceArrayIterator implements SafeIterator<EventBean>
instances
Constructor and Description |
---|
AgentInstanceArraySafeIterator(AgentInstance[] instances) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the safe itertor, releasing locks.
|
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next, remove
public AgentInstanceArraySafeIterator(AgentInstance[] instances)
public void close()
SafeIterator
close
in interface SafeIterator<EventBean>