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 intendCharacterintendLineintstartCharacterintstartLine
-
Constructor Summary
Constructors Constructor Description Range()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Comment.Range otherRange)booleanequals(Object o)inthashCode()booleanisValid()StringtoString()
-
-
-
Method Detail
-
isValid
public boolean isValid()
-
compareTo
public int compareTo(Comment.Range otherRange)
- Specified by:
compareToin interfaceComparable<Comment.Range>
-
-