Class LineRange
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.diff.apply.LineRange
-
public class LineRange extends Object
-
-
Constructor Summary
Constructors Constructor Description LineRange(int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(int start, int end)
boolean
equals(Object o)
int
hashCode()
boolean
isEmpty()
String
toString()
-