| Class | Description |
|---|---|
| ArrayDelta<T,U> |
Compares delta of the primitive java arrays.
|
| ByteArrayDelta |
Compares delta of the primitive byte arrays.
|
| ChangedItem<O,N> |
Represent an element that is changed without any further information, e.g.
|
| CreatedItem<T> |
New item inserted in some collection
|
| Delta<T,U> |
Deep compare of simple types, maps and lists.
|
| ListDelta<T,U> | |
| MapDelta<T,V,U> |
Map difference calculation.
|
| RemovedItem<T,U> |
Item is removed from some collection
|