| Modifier and Type | Method and Description |
|---|---|
List<E> |
Patch.apply(List<E> target)
Apply the patch.
|
void |
Delta.apply(List<E> target)
Apply the delta on the provided list.
|
List<E> |
Patch.restore(List<E> target)
Invert the patch.
|
void |
Delta.restore(List<E> target)
Apply the an inverted version of the delta on the provided list.
|
void |
Delta.verify(List<E> target)
Try to apply the delta on the provided list.
|
void |
Chunk.verify(List<E> target)
Verify that the chunk can be found in the provided list.
|
Copyright © 2004–2016 XWiki. All rights reserved.