public class StrKit extends Object
| 构造器和说明 |
|---|
StrKit() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
firstCharToLowerCase(String str)
首字母变小写
|
static String |
firstCharToUpperCase(String str)
首字母变大写
|
static boolean |
isBlank(String str)
字符串为 null 或者为 "" 时返回 true
|
static String |
join(String[] stringArray) |
static String |
join(String[] stringArray,
String separator) |
static boolean |
notBlank(String... strings) |
static boolean |
notBlank(String str)
字符串不为 null 而且不为 "" 时返回 true
|
static boolean |
notNull(Object... paras) |
static String |
toCamelCase(String stringWithUnderline) |
Copyright © 2016. All Rights Reserved.