Uses of Class
org.apache.commons.lang3.builder.Diff
-
Packages that use Diff Package Description org.apache.commons.lang3.builder Provides classes to create consistentequals(Object),toString(),hashCode(), andcompareTo(Object)methods. -
-
Uses of Diff in org.apache.commons.lang3.builder
Subclasses of Diff in org.apache.commons.lang3.builder Modifier and Type Class Description private static classDiffBuilder.SDiff<T>Fields in org.apache.commons.lang3.builder with type parameters of type Diff Modifier and Type Field Description private java.util.List<Diff<?>>DiffResult. diffListprivate java.util.List<Diff<?>>DiffBuilder. diffsMethods 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()Gets an unmodifiable list ofDiffs.java.util.Iterator<Diff<?>>DiffResult. iterator()Returns an iterator over theDiffobjects contained in this list.Constructor parameters in org.apache.commons.lang3.builder with type arguments of type Diff Constructor Description DiffResult(T lhs, T rhs, java.util.List<Diff<?>> diffList, ToStringStyle style, java.lang.String toStringFormat)Creates aDiffResultcontaining the differences between two objects.
-