类 StringUtil


  • public class StringUtil
    extends Object
    字符串工具类
    作者:
    yuye
    • 构造器详细资料

      • StringUtil

        public StringUtil()
    • 方法详细资料

      • getFirstLowerCase

        public static String getFirstLowerCase​(String str)
        将字符串首字母转成小写
        参数:
        str - 参数
        返回:
        string
      • isNull

        public static boolean isNull​(Object obj)
        判断字符串是否为空
        参数:
        obj - 参数
        返回:
        string