A runtime exception is thrown if the underlying schedule structure is modified while the iterator is active.
Implementation note: This method is optimized to be memory efficient. It walks the schedule tree structure as the iterator methods are invoked. @return An iterator over a sequence of firings. @exception ConcurrentModificationException If theunderlying schedule structure is modified while the iterator is active.
|
|
|
|
|
|
|
|
|
|
|
|