Toolkit-mobile-templates  2.0.0
This repository contains the template applications of the toolkit.
Public Attributes | List of all members
name.fraser.neil.plaintext.diff_match_patch.Operation Enum Reference

Public Attributes

 DELETE
 
 INSERT
 
 EQUAL
 

Detailed Description

The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."

Member Data Documentation

name.fraser.neil.plaintext.diff_match_patch.Operation.DELETE
name.fraser.neil.plaintext.diff_match_patch.Operation.EQUAL
name.fraser.neil.plaintext.diff_match_patch.Operation.INSERT

The documentation for this enum was generated from the following file: