Searched refs:commentsList_ (Results 1 – 2 of 2) sorted by relevance
34 commentsList_ = new ArrayList(); // SingleComment[] in Comments()38 public List commentsList_ = null; // SingleComment[] field in Comments103 Collections.sort(oldComments_.commentsList_); in readFile()178 commentsList_.add(comment); in addComment()199 int idx = Collections.binarySearch(comments.commentsList_, key); in getComment()203 int startIdx = comments.commentsList_.indexOf(key); in getComment()204 int endIdx = comments.commentsList_.indexOf(key); in getComment()209 SingleComment singleComment = (SingleComment)(comments.commentsList_.get(idx)); in getComment()402 Iterator iter = commentsList_.iterator(); in emitComments()422 Iterator iter = commentsList_.iterator(); in dump()[all …]
36 Collections.sort(newComments_.commentsList_); in getNewComments()