findCommentByIdx
findCommentByIdx(int idx) function
Finds a comment in the collection by index.
Parameters
Name | Type | Description |
---|---|---|
idx | int | Unique index of a comment to find {@code int}. |
Finds a comment in the collection by index.
Name | Type | Description |
---|---|---|
idx | int | Unique index of a comment to find {@code int}. |