Uses of Enum
com.github.difflib.patch.DeltaType
Packages that use DeltaType
-
Uses of DeltaType in com.github.difflib.algorithm
Fields in com.github.difflib.algorithm declared as DeltaTypeConstructors in com.github.difflib.algorithm with parameters of type DeltaType -
Uses of DeltaType in com.github.difflib.patch
Fields in com.github.difflib.patch declared as DeltaTypeMethods in com.github.difflib.patch that return DeltaTypeModifier and TypeMethodDescriptionAbstractDelta.getType()
static DeltaType
Returns the enum constant of this type with the specified name.static DeltaType[]
DeltaType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.difflib.patch with parameters of type DeltaType