Uses of Class
com.google.re2j.MatcherInput.Encoding
-
-
Uses of MatcherInput.Encoding in com.google.re2j
Methods in com.google.re2j that return MatcherInput.Encoding Modifier and Type Method Description (package private) abstract MatcherInput.EncodingMatcherInput. getEncoding()MatcherInput.EncodingMatcherInput.Utf16MatcherInput. getEncoding()MatcherInput.EncodingMatcherInput.Utf8MatcherInput. getEncoding()static MatcherInput.EncodingMatcherInput.Encoding. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MatcherInput.Encoding[]MatcherInput.Encoding. values()Returns an array containing the constants of this enum type, in the order they are declared.
-