Uses of Class
com.strobel.core.StringComparison
-
Packages that use StringComparison Package Description com.strobel.core -
-
Uses of StringComparison in com.strobel.core
Methods in com.strobel.core that return StringComparison Modifier and Type Method Description static StringComparison
StringComparison. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StringComparison[]
StringComparison. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.core with parameters of type StringComparison Modifier and Type Method Description static int
StringUtilities. compare(java.lang.String s1, java.lang.String s2, StringComparison comparison)
static boolean
StringUtilities. equals(java.lang.String s1, java.lang.String s2, StringComparison comparison)
static boolean
StringUtilities. substringEquals(java.lang.CharSequence value, int offset, java.lang.CharSequence comparand, int comparandOffset, int substringLength, StringComparison comparison)
-