Class UnfairTextRange
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.diff.apply.TextRange
-
- jetbrains.buildServer.vcs.patches.diff.apply.UnfairTextRange
-
- All Implemented Interfaces:
Serializable
,Segment
public class UnfairTextRange extends TextRange
TextRange with arbitrary offsets, not intended to be checked bycom.intellij.openapi.util.TextRange#assertProperRange(int, int, Object)
. Please use with caution.- Author:
- Dmitry Avdeev
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.vcs.patches.diff.apply.TextRange
EMPTY_RANGE
-
Fields inherited from interface jetbrains.buildServer.vcs.patches.diff.apply.Segment
BY_START_OFFSET_THEN_END_OFFSET, EMPTY_ARRAY
-
-
Constructor Summary
Constructors Constructor Description UnfairTextRange(int startOffset, int endOffset)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.vcs.patches.diff.apply.TextRange
allOf, areSegmentsEqual, assertProperRange, assertProperRange, assertProperRange, contains, contains, contains, containsOffset, containsRange, containsRange, create, create, cutOut, equals, equalsToRange, from, getEndOffset, getLength, getStartOffset, grown, hashCode, intersection, intersects, intersects, intersects, intersectsStrict, intersectsStrict, isEmpty, replace, shiftLeft, shiftRight, subSequence, substring, toString, union
-
-