public class DBActiveIssuesIterator extends Object implements CloseableIterator<IssueData>
CloseableIterator.Functions, CloseableIterator.ListResolver<T>
Modifier and Type | Field and Description |
---|---|
static String[] |
REQUIRED_FIELDS |
Constructor and Description |
---|
DBActiveIssuesIterator(OfBizListIterator ofBizListIterator,
Set<Long> archivedProjectIds) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this stream and releases any system resources associated with it.
|
boolean |
hasNext() |
IssueData |
next() |
void |
remove()
Unsupported operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static String[] REQUIRED_FIELDS
public DBActiveIssuesIterator(OfBizListIterator ofBizListIterator, Set<Long> archivedProjectIds)
public void remove()
CloseableIterator
public void close()
Closeable
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2002-2022 Atlassian. All Rights Reserved.