Class Comment.Range
- java.lang.Object
-
- com.google.gerrit.extensions.client.Comment.Range
-
- All Implemented Interfaces:
Comparable<Comment.Range>
- Enclosing class:
- Comment
public static class Comment.Range extends Object implements Comparable<Comment.Range>
-
-
Field Summary
Fields Modifier and Type Field Description int
endCharacter
int
endLine
int
startCharacter
int
startLine
-
Constructor Summary
Constructors Constructor Description Range()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Comment.Range otherRange)
boolean
equals(Object o)
int
hashCode()
boolean
isValid()
String
toString()
-
-
-
Method Detail
-
isValid
public boolean isValid()
-
compareTo
public int compareTo(Comment.Range otherRange)
- Specified by:
compareTo
in interfaceComparable<Comment.Range>
-
-