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 class
TextRange
class
UnfairTextRange
TextRange 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_ARRAY
Fields 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_OFFSET
Methods in jetbrains.buildServer.vcs.patches.diff.apply with parameters of type Segment Modifier and Type Method Description static boolean
TextRange. areSegmentsEqual(Segment segment1, Segment segment2)
static void
TextRange. assertProperRange(Segment range)
static void
TextRange. assertProperRange(Segment range, Object message)
boolean
TextRange. contains(Segment range)
static boolean
TextRange. containsRange(Segment outer, Segment inner)
static TextRange
TextRange. create(Segment segment)
boolean
TextRange. intersects(Segment textRange)
-