@Deprecated @ProviderType public interface JobsIterator extends JobsIterator
Iterator allows to iterate over Events.
In addition to an iterator it might return the number of elements
in the collection and allows to skip several elements.
If the iterator is not used to iterate through the whole collection
of jobs, the close() method must be called in order to
free resources!| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
Releases this iterators resources immediately instead of waiting for this
to happen when it is automatically closed.
|
getPosition, getSize, skipforEachRemaining, hasNext, next, removeforEach, iterator, spliteratorCopyright © 2014 The Apache Software Foundation. All rights reserved.