| Interface | Description |
|---|---|
| ComparisonModel |
Provides comparison for equality and comparison for objects of a given parameterized type E.
|
| Class | Description |
|---|---|
| AggregateDiff |
Collects the differences between two data structures.
|
| ArrayComparator |
Compares arrays of objects using a
ComparisonModel. |
| ArrayComparisonResult |
Provides the result of a comparison.
|
| ComparisonSettings |
Defines comparison settings: Which elements to ignore in comparisons
and which differences to tolerate.
|
| DiffDetail |
Represents a difference between the state of two objects.
|
| DiffFactory |
Creates
DiffDetail objects. |
| KeyExpression |
Provides a key definition for an object based on a
KeyExpression.locator expression
for the related object and a KeyExpression to derive a key from the object. |
| LocalDiffType |
Assigns a DiffType with a locator for special comparison configurations.
|
| Enum | Description |
|---|---|
| DiffDetailType |
Enumerates the kinds of difference that may be diagnosed on the lowest level of comparison, the
DiffDetail. |
Copyright © 2006–2016 Volker Bergmann. All rights reserved.