Uses of Class
org.apache.commons.lang3.builder.DiffResult
-
Packages that use DiffResult Package Description org.apache.commons.lang3.builder Assists in creating consistentequals(Object),toString(),hashCode(), andcompareTo(Object)methods. -
-
Uses of DiffResult in org.apache.commons.lang3.builder
Methods in org.apache.commons.lang3.builder that return DiffResult Modifier and Type Method Description DiffResultDiffBuilder. build()Builds aDiffResultbased on the differences appended to this builder.DiffResultDiffable. diff(T obj)Retrieves a list of the differences between this object and the supplied object.
-