Package | Description |
---|---|
org.eclipse.compare | |
org.eclipse.compare.rangedifferencer |
Modifier and Type | Class and Description |
---|---|
class |
EventSequenceComparator |
class |
StringComparator
A comparator that compares strings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StringComparator.rangesEqual(int owni,
IRangeComparator otherComp,
int otheri) |
boolean |
EventSequenceComparator.rangesEqual(int idx,
IRangeComparator rc2,
int idx2) |
boolean |
StringComparator.skipRangeComparison(int arg0,
int arg1,
IRangeComparator arg2) |
boolean |
EventSequenceComparator.skipRangeComparison(int length,
int maxLength,
IRangeComparator other) |
Modifier and Type | Method and Description |
---|---|
static RangeDifference[] |
RangeDifferencer.findDifferences(IRangeComparator left,
IRangeComparator right)
Finds the differences between two
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findDifferences(LCSSettings settings,
IRangeComparator left,
IRangeComparator right)
Finds the differences between two
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findDifferences(LCSSettings settings,
IRangeComparator ancestor,
IRangeComparator left,
IRangeComparator right)
Finds the differences among three
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findRanges(LCSSettings settings,
IRangeComparator left,
IRangeComparator right)
Finds the differences among two
IRangeComparator s. |
static RangeDifference[] |
RangeDifferencer.findRanges(LCSSettings settings,
IRangeComparator ancestor,
IRangeComparator left,
IRangeComparator right)
Finds the differences among three
IRangeComparator s. |
boolean |
IRangeComparator.rangesEqual(int thisIndex,
IRangeComparator other,
int otherIndex)
Returns whether the comparable entity given by the first index matches an
entity specified by the other
IRangeComparator and index. |
boolean |
IRangeComparator.skipRangeComparison(int length,
int maxLength,
IRangeComparator other)
Returns whether a comparison should be skipped because it would be too
costly (or lengthy).
|
Copyright © 2007-2019. All Rights Reserved.