Uses of Interface
com.alkacon.diff.rangedifferencer.I_RangeComparator

Packages that use I_RangeComparator
com.alkacon.diff.rangedifferencer   
 

Uses of I_RangeComparator in com.alkacon.diff.rangedifferencer
 

Methods in com.alkacon.diff.rangedifferencer with parameters of type I_RangeComparator
static RangeDifference[] RangeDifferencer.findDifferences(I_RangeComparator left, I_RangeComparator right)
          Finds the differences between two IRangeComparators.
static RangeDifference[] RangeDifferencer.findDifferences(I_RangeComparator ancestor, I_RangeComparator left, I_RangeComparator right)
          Finds the differences among three IRangeComparators.
static RangeDifference[] RangeDifferencer.findRanges(I_RangeComparator left, I_RangeComparator right)
          Finds the differences among two IRangeComparators.
static RangeDifference[] RangeDifferencer.findRanges(I_RangeComparator ancestor, I_RangeComparator left, I_RangeComparator right)
          Finds the differences among three IRangeComparators.
 boolean I_RangeComparator.rangesEqual(int thisIndex, I_RangeComparator other, int otherIndex)
          Returns whether the comparable entity given by the first index matches an entity specified by the other IRangeComparator and index.
 boolean I_RangeComparator.skipRangeComparison(int length, int maxLength, I_RangeComparator other)
          Returns whether a comparison should be skipped because it would be too costly (or lengthy).
 



Copyright © 2005-2011. All Rights Reserved.