@PublicApi public interface CommentIterator extends Iterator<Comment>
Modifier and Type | Method and Description |
---|---|
void |
close() |
Comment |
nextComment() |
int |
size()
Returns the total number of comments this iterator contains.
|
forEachRemaining, hasNext, next, remove
Comment nextComment()
void close()
int size()
Copyright © 2002-2018 Atlassian. All Rights Reserved.