Package | Description |
---|---|
org.eclipse.jgit.diff |
Comparing file contents by computing diffs.
|
Modifier and Type | Field and Description |
---|---|
protected HashedSequence<S> |
MyersDiff.a
The first text to be compared.
|
protected HashedSequence<S> |
MyersDiff.b
The second text to be compared.
|
Modifier and Type | Method and Description |
---|---|
HashedSequence<S> |
HashedSequencePair.getA()
Get A
|
HashedSequence<S> |
HashedSequencePair.getB()
Get B
|
Modifier and Type | Method and Description |
---|---|
abstract <S extends Sequence> |
LowLevelDiffAlgorithm.diffNonCommon(EditList edits,
HashedSequenceComparator<S> cmp,
HashedSequence<S> a,
HashedSequence<S> b,
Edit region)
Compare two sequences and identify a list of edits between them.
|
abstract <S extends Sequence> |
LowLevelDiffAlgorithm.diffNonCommon(EditList edits,
HashedSequenceComparator<S> cmp,
HashedSequence<S> a,
HashedSequence<S> b,
Edit region)
Compare two sequences and identify a list of edits between them.
|
<S extends Sequence> |
HistogramDiff.diffNonCommon(EditList edits,
HashedSequenceComparator<S> cmp,
HashedSequence<S> a,
HashedSequence<S> b,
Edit region)
Compare two sequences and identify a list of edits between them.
|
<S extends Sequence> |
HistogramDiff.diffNonCommon(EditList edits,
HashedSequenceComparator<S> cmp,
HashedSequence<S> a,
HashedSequence<S> b,
Edit region)
Compare two sequences and identify a list of edits between them.
|
boolean |
HashedSequenceComparator.equals(HashedSequence<S> a,
int ai,
HashedSequence<S> b,
int bi)
Compare two items to determine if they are equivalent.
|
boolean |
HashedSequenceComparator.equals(HashedSequence<S> a,
int ai,
HashedSequence<S> b,
int bi)
Compare two items to determine if they are equivalent.
|
int |
HashedSequenceComparator.hash(HashedSequence<S> seq,
int ptr)
Get a hash value for an item in a sequence.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.