Uses of Class
org.incava.util.diff.Difference

Uses of Difference in org.incava.util.diff
 

Fields in org.incava.util.diff with type parameters of type Difference
protected  java.util.List<Difference> Diff.diffs
          The list of differences, as Difference instances.
 

Methods in org.incava.util.diff that return types with arguments of type Difference
 java.util.List<Difference> Diff.diff()
          Runs diff and returns the results.