public interface ICommentsThreaded extends java.lang.Iterable<ICommentThreaded>
| Modifier and Type | Method and Description |
|---|---|
ICommentThreaded |
get(int index)
Gets the threaded comment for the index
|
int |
getCount() |
ICommentThreaded get(int index)
index - The index of collectionint getCount()