Uses of Class
org.apache.wicket.util.diff.ToString

Packages that use ToString
Package
Description
The diff package implements the differencing engine that JRCS uses.
  • Uses of ToString in org.apache.wicket.util.diff

    Modifier and Type
    Class
    Description
    class 
    Holds an add-delta between to revisions of a text.
    class 
    Holds an change-delta between to revisions of a text.
    class 
    Holds a information about a part of the text involved in a differencing or patching operation.
    class 
    Holds a delete-delta between to revisions of a text.
    class 
    Holds a "delta" difference between to revisions of a text.
    class 
    Implements a differencing engine that works on arrays of Object.
    class 
    A Revision holds the series of deltas that describe the differences between two sequences.