public interface IssueIterator extends CloseableIterator<Issue>
CloseableIterator.Functions, CloseableIterator.ListResolver<T>
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this stream and releases any system resources associated with it.
|
Issue |
nextIssue()
Deprecated.
use @{#next()}
|
remove
forEachRemaining, hasNext, next
@Deprecated Issue nextIssue()
void close()
Closeable
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2002-2023 Atlassian. All Rights Reserved.