Uses of Enum Class
com.strobel.core.StringComparison
Packages that use StringComparison
-
Uses of StringComparison in com.strobel.core
Subclasses with type arguments of type StringComparison in com.strobel.coreMethods in com.strobel.core that return StringComparisonModifier and TypeMethodDescriptionstatic StringComparisonReturns the enum constant of this class with the specified name.static StringComparison[]StringComparison.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.core with parameters of type StringComparisonModifier and TypeMethodDescriptionstatic intStringUtilities.compare(String s1, String s2, StringComparison comparison) static booleanStringUtilities.equals(String s1, String s2, StringComparison comparison) static booleanStringUtilities.substringEquals(CharSequence value, int offset, CharSequence comparand, int comparandOffset, int substringLength, StringComparison comparison)