Uses of Enum
com.github.difflib.text.DiffRow.Tag
Packages that use DiffRow.Tag
-
Uses of DiffRow.Tag in com.github.difflib.text
Subclasses with type arguments of type DiffRow.Tag in com.github.difflib.textMethods in com.github.difflib.text that return DiffRow.TagModifier and TypeMethodDescriptionDiffRow.getTag()static DiffRow.TagReturns the enum constant of this type with the specified name.static DiffRow.Tag[]DiffRow.Tag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.difflib.text with parameters of type DiffRow.TagMethod parameters in com.github.difflib.text with type arguments of type DiffRow.TagModifier and TypeMethodDescriptionDiffRowGenerator.Builder.newTag(BiFunction<DiffRow.Tag, Boolean, String> generator) Generator for New-Text-Tags.DiffRowGenerator.Builder.oldTag(BiFunction<DiffRow.Tag, Boolean, String> generator) Generator for Old-Text-Tags.Constructors in com.github.difflib.text with parameters of type DiffRow.Tag