- TAB - 类 中的静态变量com.github.smallmenu.util.StrUtils
-
- time() - 类 中的静态方法com.github.smallmenu.Fun
-
返回当前 Unix 时间戳(秒)
- toInt(String) - 类 中的静态方法com.github.smallmenu.Fun
-
字符串转整型
如果是 null 或者 "",返回 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 或者 "" 或者失败,返回默认值
- totalMemory() - 类 中的静态方法com.github.smallmenu.Fun
-
返回系统当前占用内存
- totalMemory(String) - 类 中的静态方法com.github.smallmenu.Fun
-
格式化返回系统当前占用内存
- trim(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
-
除去字符串头尾部的空白,如果字符串是null,依然返回null。
- trim(CharSequence, int) - 类 中的静态方法com.github.smallmenu.util.StrUtils
-
除去字符串空白,如果字符串是null,依然返回null。
- trimToEmpty(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
-
除去字符串头尾部的空白
如果是 null,返回 ""
- trimToNull(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
-
除去字符串头尾部的空白
如果字符串是 null 或者 "" ,返回 null。
- tryConvert(String, Long) - 接口 中的方法com.github.smallmenu.date.Strtotime.DMatcher
-