Class Diff<T>
java.lang.Object
org.apache.commons.lang3.tuple.Pair<T,T>
org.apache.commons.lang3.builder.Diff<T>
- Type Parameters:
T- The type of object contained within thisDiff. Differences between primitive objects are stored as their Object wrapper equivalent.
- All Implemented Interfaces:
Serializable, Comparable<Pair<T,T>>, Map.Entry<T, T>
A
Diff contains the differences between two Diffable class fields.
Typically, Diffs are retrieved by using a DiffBuilder to produce a DiffResult, containing the differences between two objects.
- Since:
- 3.3
- See Also:
-
Field Summary
Fields inherited from class Pair
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Diff
-
-
Method Details
-
getFieldName
-
getType
Deprecated.Unused, will be removed in 4.0.0.Gets the type of the field.- Returns:
- the field type.
-
setValue
ThrowsUnsupportedOperationException.- Parameters:
value- ignored.- Returns:
- Throws
UnsupportedOperationException.
-
toString
-