Package org.apache.commons.lang3.builder
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, Diff
s 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 org.apache.commons.lang3.tuple.Pair
EMPTY_ARRAY
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Diff
Constructs a newDiff
for the given field name.- Parameters:
fieldName
- the field name
-
-
Method Details
-
getFieldName
Gets the name of the field.- Returns:
- the field name
-
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:
- nothing
-
toString
-