com.atlassian.jira.issue.comments.util
Interface CommentIterator

All Superinterfaces:
Iterator
All Known Implementing Classes:
DatabaseCommentIterator, LuceneCommentIterator

public interface CommentIterator
extends Iterator

A way of iterating over comments, without necessarily loading them all into memory.

See Also:
IssueIterator

Method Summary
 void close()
           
 Comment nextComment()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextComment

Comment nextComment()

close

void close()


Copyright © 2002-2007 Atlassian. All Rights Reserved.