Uses of Class
io.automatiko.engine.services.utils.StringUtils.SIMILARITY_STRATS
-
Packages that use StringUtils.SIMILARITY_STRATS Package Description io.automatiko.engine.services.utils -
-
Uses of StringUtils.SIMILARITY_STRATS in io.automatiko.engine.services.utils
Methods in io.automatiko.engine.services.utils that return StringUtils.SIMILARITY_STRATS Modifier and Type Method Description static StringUtils.SIMILARITY_STRATSStringUtils.SIMILARITY_STRATS. valueOf(String name)Returns the enum constant of this type with the specified name.static StringUtils.SIMILARITY_STRATS[]StringUtils.SIMILARITY_STRATS. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.automatiko.engine.services.utils with parameters of type StringUtils.SIMILARITY_STRATS Modifier and Type Method Description static doubleStringUtils. stringSimilarity(String s1, String s2, StringUtils.SIMILARITY_STRATS method)
-