Interface | Description |
---|---|
DiffAlgorithm<T> |
Copy from https://code.google.com/p/java-diff-utils/.
|
Class | Description |
---|---|
ChangeDelta<T> |
Initially copied from https://code.google.com/p/java-diff-utils/.
|
Chunk<T> |
Copy from https://code.google.com/p/java-diff-utils/.
|
DeleteDelta<T> |
Initially copied from https://code.google.com/p/java-diff-utils/.
|
Delta<T> |
Initially copied from https://code.google.com/p/java-diff-utils/.
|
DeltaComparator |
Copy from https://code.google.com/p/java-diff-utils/.
|
DiffUtils |
Copy from https://code.google.com/p/java-diff-utils/.
|
InsertDelta<T> |
Initially copied from https://code.google.com/p/java-diff-utils/.
|
Patch<T> |
Copy from https://code.google.com/p/java-diff-utils/.
|
Enum | Description |
---|---|
Delta.TYPE |
Specifies the type of the delta.
|
Copyright © 2014–2019 AssertJ. All rights reserved.