LibreOffice Module xmerge (master) 1
Classes
Package org.openoffice.xmerge.merger.diff

Provides implementations for the Iterator interface and related support classes. More...

Classes

class  CellNodeIterator
 This is an implementations of the Iterator interface. More...
 
class  CharacterParser
 This is a parser to return a character array for difference purpose. More...
 
class  CharArrayLCSAlgorithm
 This is an implementations of DiffAlgorithm interface which will difference char arrays. More...
 
class  IteratorLCSAlgorithm
 This is one of the implementations of DiffAlgorithm interface. More...
 
class  IteratorRowCompare
 A very simple and direct difference algorithm for row Node objects in a spreadsheet. More...
 
class  NodeIterator
 This is an implementation of the Iterator interface. More...
 
class  ObjectArrayIterator
 This is an implementation of the Iterator interface. More...
 
class  ParaNodeIterator
 This is an implementation of the Iterator interface. More...
 
class  RowIterator
 This is an implementation of the Iterator interface and extends NodeIterator. More...
 
class  TextNodeEntry
 A small class to hold the start/end character position and the Node pointer in a text Node. More...
 
class  TextNodeIterator
 This is an implementation of the Iterator interface. More...
 

Detailed Description

Provides implementations for the Iterator interface and related support classes.

These are used by the DiffAlgorithm interface.