Uses of Class
org.apache.commons.lang3.builder.Diff
-
Packages that use Diff Package Description org.apache.commons.lang3.builder Assists in creating consistentequals(Object)
,toString()
,hashCode()
, andcompareTo(Object)
methods. -
-
Uses of Diff in org.apache.commons.lang3.builder
Methods in org.apache.commons.lang3.builder that return types with arguments of type Diff Modifier and Type Method Description java.util.List<Diff<?>>
DiffResult. getDiffs()
Returns an unmodifiable list ofDiff
s.java.util.Iterator<Diff<?>>
DiffResult. iterator()
Returns an iterator over theDiff
objects contained in this list.
-