程序包 cn.zhxu.bp.utils
类 StringUtils
java.lang.Object
cn.zhxu.bp.utils.StringUtils
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
hexChars
public static char[] hexChars
-
-
构造器详细资料
-
StringUtils
public StringUtils()
-
-
方法详细资料
-
toHexStr
-
isBlank
字符串为 null 或者内部字符全部为 ' ' '\t' '\n' '\r' 这四类字符时返回 true -
notBlank
-
notBlank
-
join
-