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: de543194f21ba45cc7f035c64798120e3ecab880 $

Method Summary
 LogQueue getLog()
           
 List<E> getNext()
           
 Patch<E> getPatch()
           
 List<E> getPrevious()
           
 

Method Detail

getNext

List<E> getNext()
Returns:
the list before the modification

getPrevious

List<E> getPrevious()
Returns:
the list after the modification

getLog

LogQueue getLog()
Returns:
the log of what append during the diff executing

getPatch

Patch<E> getPatch()
Returns:
the produced patch


Copyright © 2004–2014 XWiki. All rights reserved.