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