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