Class DeleteDelta<T>

  • Type Parameters:
    T - The type of the compared elements in the 'lines'.
    All Implemented Interfaces:
    java.io.Serializable

    public final class DeleteDelta<T>
    extends AbstractDelta<T>
    Describes the delete-delta between original and revised texts.
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteDelta

        public DeleteDelta​(Chunk<T> original,
                           Chunk<T> revised)
        Creates a change delta with the two given chunks.
        Parameters:
        original - The original chunk. Must not be null.
        revised - The original chunk. Must not be null.