Uses of Class
org.bitbucket.cowwoc.diffmatchpatch.DiffMatchPatch.Operation
-
-
Uses of DiffMatchPatch.Operation in org.bitbucket.cowwoc.diffmatchpatch
Fields in org.bitbucket.cowwoc.diffmatchpatch declared as DiffMatchPatch.Operation Modifier and Type Field Description DiffMatchPatch.OperationDiffMatchPatch.Diff. operationOne of: INSERT, DELETE or EQUAL.Methods in org.bitbucket.cowwoc.diffmatchpatch that return DiffMatchPatch.Operation Modifier and Type Method Description static DiffMatchPatch.OperationDiffMatchPatch.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static DiffMatchPatch.Operation[]DiffMatchPatch.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bitbucket.cowwoc.diffmatchpatch with parameters of type DiffMatchPatch.Operation Constructor Description Diff(DiffMatchPatch.Operation operation, String text)Constructor.
-