@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, removeComment nextComment()
void close()
int size()
Copyright © 2002-2021 Atlassian. All Rights Reserved.