Uses of Enum Class
com.strobel.core.StringComparison
Packages that use StringComparison
-
Uses of StringComparison in com.strobel.core
Methods in com.strobel.core that return StringComparisonModifier and TypeMethodDescriptionstatic StringComparison
Returns 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 int
StringUtilities.compare
(String s1, String s2, StringComparison comparison) static boolean
StringUtilities.equals
(String s1, String s2, StringComparison comparison) static boolean
StringUtilities.substringEquals
(CharSequence value, int offset, CharSequence comparand, int comparandOffset, int substringLength, StringComparison comparison)