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>
ActivityRuntimeException
ActivityElement next() throws ActivityRuntimeException
next
in interface java.util.Iterator<ActivityElement>
ActivityRuntimeException
void close() throws ActivityException
ActivityException
boolean isClosed() throws ActivityException
ActivityException