Package org.xwiki.diff
Interface DiffResult<E>
-
- Type Parameters:
E
- the type of compared elements
public interface DiffResult<E>
The result of the execution of a diff on two lists.- Version:
- $Id: e06d95169b1382059440af9b131d1f9a96d41781 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogQueue
getLog()
List<E>
getNext()
Patch<E>
getPatch()
List<E>
getPrevious()
-