OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:singlecomment
(Results
1 - 6
of
6
) sorted by null
/external/jdiff/src/jdiff/
SingleComment.java
12
class
SingleComment
implements Comparable {
23
public
SingleComment
(String id, String text) {
30
/** Compare two
SingleComment
objects using just the id. */
32
return id_.compareTo(((
SingleComment
)o).id_);
CommentsHandler.java
31
/** The current
SingleComment
object being populated. */
32
private List currSingleComment_ = null; //
SingleComment
[]
78
currSingleComment_ = new ArrayList(); //
SingleComment
[];
82
SingleComment
newComment = new
SingleComment
(id, null);
140
SingleComment
currComment = (
SingleComment
)(iter.next());
Comments.java
34
commentsList_ = new ArrayList(); //
SingleComment
[]
38
public List commentsList_ = null; //
SingleComment
[]
174
* Add the
SingleComment
object to the list of comments kept by this
177
public void addComment(
SingleComment
comment) {
198
SingleComment
key = new
SingleComment
(id, null);
209
SingleComment
singleComment
= (
SingleComment
)(comments.commentsList_.get(idx));
211
return
singleComment
.text_
[
all
...]
APIHandler.java
55
* The stack of
SingleComment
objects awaiting the comment text
HTMLReportGenerator.java
[
all
...]
/external/guava/guava/lib/
jdiff.jar
Completed in 2070 milliseconds