BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Public Attributes | List of all members
org.buildmlearn.toolkit.utilities.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

org.buildmlearn.toolkit.utilities.diff_match_patch.Operation.DELETE
org.buildmlearn.toolkit.utilities.diff_match_patch.Operation.EQUAL
org.buildmlearn.toolkit.utilities.diff_match_patch.Operation.INSERT

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