Home
last modified time | relevance | path

Searched refs:commentsList_ (Results 1 – 2 of 2) sorted by relevance

/external/jdiff/src/jdiff/
DComments.java35 commentsList_ = new ArrayList(); // SingleComment[] in Comments()
39 public List commentsList_ = null; // SingleComment[] field in Comments
101 Collections.sort(oldComments_.commentsList_); in readFile()
176 commentsList_.add(comment); in addComment()
197 int idx = Collections.binarySearch(comments.commentsList_, key); in getComment()
201 int startIdx = comments.commentsList_.indexOf(key); in getComment()
202 int endIdx = comments.commentsList_.indexOf(key); in getComment()
207 SingleComment singleComment = (SingleComment)(comments.commentsList_.get(idx)); in getComment()
400 Iterator iter = commentsList_.iterator(); in emitComments()
420 Iterator iter = commentsList_.iterator(); in dump()
[all …]
DHTMLReportGenerator.java36 Collections.sort(newComments_.commentsList_); in getNewComments()