public class StringHelper extends Object
| Constructor and Description |
|---|
StringHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equal(String s1,
String s2) |
static boolean |
equalIgnoringCase(String a,
String b) |
static boolean |
isNullOrEmpty(String s) |
static boolean |
isNullOrWhiteSpace(String s) |
static String |
join(String separator,
String[] value) |
Copyright © 2018. All rights reserved.