public interface ActivityElementsIterator extends java.util.Iterator<ActivityElement>
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the iterator.
|
boolean |
hasNext()
Indicates whether the iterator could move to the next item.
|
boolean |
isClosed()
Whether the iterator is closed.
|
ActivityElement |
next()
Return the next item in the collection.
|
boolean hasNext()
throws ActivityRuntimeException
hasNext in interface java.util.Iterator<ActivityElement>ActivityRuntimeExceptionActivityElement next() throws ActivityRuntimeException
next in interface java.util.Iterator<ActivityElement>ActivityRuntimeExceptionvoid close()
throws ActivityException
ActivityExceptionboolean isClosed()
throws ActivityException
ActivityException