public final class StringUtil2 extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
endsWith(CharSequence s,
char c)
Determine if the string
s ends with the char c. |
public static boolean endsWith(CharSequence s, char c)
s ends with the char c.s - the string to testc - the tested chars ends with the char cCopyright © 2017. All Rights Reserved.