public class EfficientStringUtils extends Object
| Constructor and Description |
|---|
EfficientStringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
endsWith(String src,
String... suffixes)
Test to see if a given string ends with some suffixes.
|
public static boolean endsWith(String src, String... suffixes)
src - the source string to be testedsuffixes - the set of suffixesCopyright © 2019 Atlassian. All rights reserved.