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 DiffResult
DiffBuilder. build()
Builds aDiffResult
based on the differences appended to this builder.DiffResult
Diffable. diff(T obj)
Retrieves a list of the differences between this object and the supplied object.
-