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 TypeFieldDescriptionprivate final HashedSequence<S>HistogramDiff.State.aprivate final HashedSequence<S>HistogramDiffIndex.aprotected HashedSequence<S>MyersDiff.aThe first text to be compared.private final HashedSequence<S>HistogramDiff.State.bprivate final HashedSequence<S>HistogramDiffIndex.bprotected HashedSequence<S>MyersDiff.bThe second text to be compared.private HashedSequence<S>HashedSequencePair.cachedAprivate HashedSequence<S>HashedSequencePair.cachedBMethods in org.eclipse.jgit.diff that return HashedSequenceModifier and TypeMethodDescriptionHashedSequencePair.getA()Get AHashedSequencePair.getB()Get Bprivate HashedSequence<S>Methods in org.eclipse.jgit.diff that return types with arguments of type HashedSequenceModifier and TypeMethodDescriptionprivate SubsequenceComparator<HashedSequence<S>>HistogramDiff.State.subcmp()Methods 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) Compare two sequences and identify a list of edits between them.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.booleanHashedSequenceComparator.equals(HashedSequence<S> a, int ai, HashedSequence<S> b, int bi) Compare two items to determine if they are equivalent.intHashedSequenceComparator.hash(HashedSequence<S> seq, int ptr) Get a hash value for an item in a sequence.private intHistogramDiffIndex.hash(HashedSequence<S> s, int idx) Constructors in org.eclipse.jgit.diff with parameters of type HashedSequenceModifierConstructorDescription(package private)HistogramDiffIndex(int maxChainLength, HashedSequenceComparator<S> cmp, HashedSequence<S> a, HashedSequence<S> b, Edit r) privateMyersDiff(EditList edits, HashedSequenceComparator<S> cmp, HashedSequence<S> a, HashedSequence<S> b, Edit region) (package private)State(EditList edits, HashedSequenceComparator<S> cmp, HashedSequence<S> a, HashedSequence<S> b)