Uses of Interface
jetbrains.buildServer.vcs.patches.diff.apply.Segment
-
Packages that use Segment Package Description jetbrains.buildServer.vcs.patches.diff.apply -
-
Uses of Segment in jetbrains.buildServer.vcs.patches.diff.apply
Classes in jetbrains.buildServer.vcs.patches.diff.apply that implement Segment Modifier and Type Class Description classTextRangeclassUnfairTextRangeTextRange with arbitrary offsets, not intended to be checked bycom.intellij.openapi.util.TextRange#assertProperRange(int, int, Object).Fields in jetbrains.buildServer.vcs.patches.diff.apply declared as Segment Modifier and Type Field Description static Segment[]Segment. EMPTY_ARRAYFields in jetbrains.buildServer.vcs.patches.diff.apply with type parameters of type Segment Modifier and Type Field Description static Comparator<Segment>Segment. BY_START_OFFSET_THEN_END_OFFSETMethods in jetbrains.buildServer.vcs.patches.diff.apply with parameters of type Segment Modifier and Type Method Description static booleanTextRange. areSegmentsEqual(Segment segment1, Segment segment2)static voidTextRange. assertProperRange(Segment range)static voidTextRange. assertProperRange(Segment range, Object message)booleanTextRange. contains(Segment range)static booleanTextRange. containsRange(Segment outer, Segment inner)static TextRangeTextRange. create(Segment segment)booleanTextRange. intersects(Segment textRange)
-