HomeSort by relevance Sort by last modified time
    Searched refs:commentsList_ (Results 1 - 2 of 2) sorted by null

  /external/jdiff/src/jdiff/
Comments.java 34 commentsList_ = new ArrayList(); // SingleComment[]
38 public List commentsList_ = null; // SingleComment[]
103 Collections.sort(oldComments_.commentsList_);
178 commentsList_.add(comment);
199 int idx = Collections.binarySearch(comments.commentsList_, key);
203 int startIdx = comments.commentsList_.indexOf(key);
204 int endIdx = comments.commentsList_.indexOf(key);
209 SingleComment singleComment = (SingleComment)(comments.commentsList_.get(idx));
402 Iterator iter = commentsList_.iterator();
422 Iterator iter = commentsList_.iterator()
    [all...]
HTMLReportGenerator.java 36 Collections.sort(newComments_.commentsList_);
    [all...]

Completed in 63 milliseconds