Uses of Enum Class
com.google.re2j.Options.Algorithm
-
Uses of Options.Algorithm in com.google.re2j
Methods in com.google.re2j that return Options.AlgorithmModifier and TypeMethodDescriptionOptions.getAlgorithm()static Options.AlgorithmReturns the enum constant of this class with the specified name.static Options.Algorithm[]Options.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.re2j with parameters of type Options.AlgorithmModifier and TypeMethodDescriptionOptions.OptionsBuilder.setAlgorithm(Options.Algorithm algorithm)