com.atlassian.jira.issue.util
Interface IssueIterator

All Superinterfaces:
Closeable, CloseableIterator<Issue>, Iterator<Issue>

public interface IssueIterator
extends CloseableIterator<Issue>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.util.collect.CloseableIterator
CloseableIterator.Functions, CloseableIterator.ListResolver<T>
 
Field Summary
 
Fields inherited from interface com.atlassian.jira.util.Closeable
CLOSE
 
Method Summary
 void close()
          Closes this stream and releases any system resources associated with it.
 Issue nextIssue()
          Deprecated. use @{#next()}
 
Methods inherited from interface com.atlassian.jira.util.collect.CloseableIterator
remove
 
Methods inherited from interface java.util.Iterator
hasNext, next
 

Method Detail

nextIssue

@Deprecated
Issue nextIssue()
Deprecated. use @{#next()}


close

void close()
Description copied from interface: Closeable
Closes this stream and releases any system resources associated with it. If the stream is already closed then invoking this method has no effect.

Specified by:
close in interface Closeable


Copyright © 2002-2013 Atlassian. All Rights Reserved.