Uses of Class
com.github.difflib.patch.DeltaType
-
Packages that use DeltaType Package Description com.github.difflib.algorithm com.github.difflib.patch -
-
Uses of DeltaType in com.github.difflib.algorithm
Fields in com.github.difflib.algorithm declared as DeltaType Modifier and Type Field Description DeltaTypeChange. deltaTypeConstructors in com.github.difflib.algorithm with parameters of type DeltaType Constructor Description Change(DeltaType deltaType, int startOriginal, int endOriginal, int startRevised, int endRevised) -
Uses of DeltaType in com.github.difflib.patch
Fields in com.github.difflib.patch declared as DeltaType Modifier and Type Field Description private DeltaTypeAbstractDelta. typeMethods in com.github.difflib.patch that return DeltaType Modifier and Type Method Description DeltaTypeAbstractDelta. getType()static DeltaTypeDeltaType. valueOf(java.lang.String name)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 Constructor Description AbstractDelta(DeltaType type, Chunk<T> source, Chunk<T> target)
-