Package com.atlassian.jira.issue.util
Interface IssueIterator
- All Superinterfaces:
AutoCloseable,Closeable,Closeable,CloseableIterator<Issue>,Iterator<Issue>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.util.collect.CloseableIterator
CloseableIterator.Functions, CloseableIterator.ListResolver<T> -
Field Summary
-
Method Summary
Methods inherited from interface com.atlassian.jira.util.collect.CloseableIterator
removeMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next
-
Method Details
-
nextIssue
Deprecated.use @{#next()} -
close
void close()Description copied from interface:CloseableCloses this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.
-