E - the type of compared elementspublic interface Chunk<E>
| Modifier and Type | Method and Description |
|---|---|
List<E> |
getElements() |
int |
getIndex() |
int |
getLastIndex() |
void |
setElements(List<E> elements) |
int |
size() |
void |
verify(List<E> target)
Verify that the chunk can be found in the provided list.
|
void verify(List<E> target) throws PatchException
target - the list where to match the chunkPatchException - fail to match the chunkint size()
int getIndex()
int getLastIndex()
Copyright © 2004–2016 XWiki. All rights reserved.