Uses of Enum Class
org.mantoux.delta.diff_match_patch.Operation
-
Uses of diff_match_patch.Operation in org.mantoux.delta
Fields in org.mantoux.delta declared as diff_match_patch.OperationModifier and TypeFieldDescriptiondiff_match_patch.Diff.operationOne of: INSERT, DELETE or EQUAL.Methods in org.mantoux.delta that return diff_match_patch.OperationModifier and TypeMethodDescriptionstatic diff_match_patch.OperationReturns the enum constant of this class with the specified name.static diff_match_patch.Operation[]diff_match_patch.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.mantoux.delta with parameters of type diff_match_patch.OperationModifierConstructorDescriptionDiff(diff_match_patch.Operation operation, String text) Constructor.