| Interface | Description |
|---|---|
| DataDelta<T> |
Represents the difference beween an old and new value.
|
| StringUpdater<I,R> |
Implements a string updater.
|
| Class | Description |
|---|---|
| ArrayDelta<A> |
Contains an array diff.
|
| ArrayDeltaBuilder<A> |
Builds array diffs.
|
| ArrayDeltaBuilder.UpdateBuilder<A> | |
| ByteBufferDelta | |
| LiteralDelta<T> |
Contains a literal diff.
|
| StringDelta |
Contains the difference between two strings.
|
| StringDelta.StringUpdateBuilder | |
| VoidDelta |
Contains a void diff.
|