Uses of Class
org.eclipse.jgit.diff.HashedSequence
Packages that use HashedSequence
-
Uses of HashedSequence in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff declared as HashedSequenceModifier and TypeFieldDescriptionprotected HashedSequence<S>
MyersDiff.a
The first text to be compared.protected HashedSequence<S>
MyersDiff.b
The second text to be compared.Methods in org.eclipse.jgit.diff that return HashedSequenceModifier and TypeMethodDescriptionHashedSequencePair.getA()
Get AHashedSequencePair.getB()
Get BMethods in org.eclipse.jgit.diff with parameters of type HashedSequenceModifier and TypeMethodDescription<S extends Sequence>
voidHistogramDiff.diffNonCommon
(EditList edits, HashedSequenceComparator<S> cmp, HashedSequence<S> a, HashedSequence<S> b, Edit region) abstract <S extends Sequence>
voidLowLevelDiffAlgorithm.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) int
HashedSequenceComparator.hash
(HashedSequence<S> seq, int ptr)