public interface

IssueIterator

implements CloseableIterator<E>
com.atlassian.jira.issue.util.IssueIterator

Summary

[Expand]
Inherited Fields
From interface com.atlassian.jira.util.Closeable
Public Methods
void close()
Closes this stream and releases any system resources associated with it.
@Deprecated Issue nextIssue()
This method is deprecated. use @{#next()}
[Expand]
Inherited Methods
From interface com.atlassian.jira.util.Closeable
From interface com.atlassian.jira.util.collect.CloseableIterator
From interface java.io.Closeable
From interface java.util.Iterator

Public Methods

public void close ()

Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.

@Deprecated public Issue nextIssue ()

This method is deprecated.
use @{#next()}