public class DifferentChangeCombiner extends java.lang.Object implements ChangeCombiner
CHANGED.DIFFERENT_CHANGES, EQUAL_CHANGES, SIMILAR_CHANGES| Modifier | Constructor and Description |
|---|---|
protected |
DifferentChangeCombiner()
Creates a new combiner for different changes.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
combineChanges(ChangeType type1,
ChangeType type2)
Combines two changes, for a property.
|
protected DifferentChangeCombiner()
public ChangeType combineChanges(ChangeType type1, ChangeType type2)
ChangeCombinercombineChanges in interface ChangeCombinertype1 - The first change to combine. null is treated as
NONE.type2 - The second change to combine. null is treated as
NONE.