Uses of Class
org.apache.commons.lang3.builder.Diff
Packages that use Diff
Package
Description
Assists in creating consistent
equals(Object), toString(), hashCode(), and compareTo(Object) methods.-
Uses of Diff in org.apache.commons.lang3.builder
Fields in org.apache.commons.lang3.builder with type parameters of type DiffMethods in org.apache.commons.lang3.builder that return types with arguments of type DiffModifier and TypeMethodDescriptionDiffResult.getDiffs()Returns an unmodifiable list ofDiffs.DiffResult.iterator()Returns an iterator over theDiffobjects contained in this list.Constructor parameters in org.apache.commons.lang3.builder with type arguments of type DiffModifierConstructorDescription(package private)DiffResult(T lhs, T rhs, List<Diff<?>> diffList, ToStringStyle style) Creates aDiffResultcontaining the differences between two objects.