- TAB - 类 中的静态变量com.github.smallmenu.fun.CharFun
-
- TAB - 类 中的静态变量com.github.smallmenu.fun.StringFun
-
缩进
- TB - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
-
TB
- time() - 类 中的静态方法com.github.smallmenu.Fun
-
返回当前 Unix 时间戳(秒)
- toDigit(char, int) - 类 中的静态方法com.github.smallmenu.fun.HexFun
-
toDigit
- toDouble(String) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转浮点型
如果是 null 或者 "" 或者异常,返回 0.0
- toDouble(String, double) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转浮点型
如果是 null 或者 "" 或者异常,返回默认值
- toFloat(String) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转浮点型
如果是 null 或者 "" 或者异常,返回 0.0
- toFloat(String, float) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转浮点型
如果是 null 或者 "" 或者异常,返回默认值
- toInt(String) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转整型
如果是 null 或者 "" 或者异常,返回 0
如果是小数,返回 0
- toInt(String, int) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转整型
如果是 null 或者 "" 或者异常,返回默认值
- toLong(String) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转整型
如果是 null 或者 "" 或异常,返回 0
- toLong(String, long) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转整型
如果是 null 或者 "" 或者异常,返回默认值
- toLowerCase(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转小写
- toStr(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
-
CharSequence 转 String
- toStr(Object) - 类 中的静态方法com.github.smallmenu.Fun
-
数组或对象转 String
- totalMemory(String) - 类 中的静态方法com.github.smallmenu.FunBase
-
格式化返回系统当前已申请堆内存
- totalMemoryByte() - 类 中的静态方法com.github.smallmenu.FunBase
-
返回系统当前已申请堆内存,单位Byte
- totalMemoryMb() - 类 中的静态方法com.github.smallmenu.Fun
-
返回系统当前已申请堆内存,单位MB
- toUpperCase(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转大写
- trim(CharSequence) - 类 中的静态方法com.github.smallmenu.fun.StringFun
-
除去两侧字符串空白,如果字符串是 null,依然返回 null
- trim(CharSequence, CharSequence, int) - 类 中的静态方法com.github.smallmenu.fun.StringFun
-
除去字符串空白,如果字符串是null,依然返回null
- trim(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
-
除去字符串头尾部的空白,如果字符串是 null,依然返回 null
和 String.trim 不同,此方法使用 CharUtils.isBlankChar() 来判定空白
- trim(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
-
除去字符串两侧的指定字符串集合
如果 trimStr 为空,则默认使用空白符号
- trimToDefault(CharSequence, String) - 类 中的静态方法com.github.smallmenu.Fun
-
除去字符串头尾部的空白,并处理 null 值。
- trimToEmpty(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
-
除去字符串头尾部的空白,并处理 null 值
如果是 null,返回 ""
- trimToNull(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
-
除去字符串头尾部的空白,并处理 null 和空字符串 ""
如果字符串是 null 或者 "" ,返回 null
- tryConvert(String, Long) - 接口 中的方法com.github.smallmenu.date.Strtotime.DMatcher
-