Interface CommentIterator
- All Known Implementing Classes:
DefaultCommentIterator
,LuceneCommentIterator
A way of iterating over comments, without necessarily loading them all into memory.
-
Method Details
-
nextComment
Comment nextComment() -
close
void close() -
size
int size()Returns the total number of comments this iterator contains.- Returns:
- the total number of comments this iterator contains.
-