A {@code Diff} contains the differences between two {@link Diffable} classfields.
Typically, {@code Diff}s are retrieved by using a {@link DiffBuilder} toproduce a {@link DiffResult}, containing the differences between two objects.
@param < T> The type of object contained within this {@code Diff}. Differences between primitive objects are stored as their Object wrapper equivalent. @since 3.3 @version $Id: Diff.java 1561225 2014-01-24 23:17:29Z djones $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|