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 booleancontains(int start, int end)booleanequals(Object o)inthashCode()booleanisEmpty()StringtoString()
-