@Deprecated @ProviderType public interface JobsIterator extends JobsIterator
Iterator
allows to iterate over Event
s.
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, skip
forEachRemaining, hasNext, next, remove
forEach, iterator, spliterator
Copyright © 2015 The Apache Software Foundation. All rights reserved.