Package | Description |
---|---|
org.apache.commons.lang3 |
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang classes. |
Modifier and Type | Method and Description |
---|---|
private static boolean |
StringUtils.containsAny(ToBooleanBiFunction<java.lang.CharSequence,java.lang.CharSequence> test,
java.lang.CharSequence cs,
java.lang.CharSequence... searchCharSequences)
Checks if the CharSequence contains any of the CharSequences in the given array.
|