跳过导航链接
B C D E F I L M P R S T U 

B

blank(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串是否为空白。
blankAll(CharSequence...) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串是否全部为空

C

CharUtils - com.github.smallmenu.util中的类
CharUtils
CharUtils() - 类 的构造器com.github.smallmenu.util.CharUtils
 
CN_DATE_PATTERN - 类 中的静态变量com.github.smallmenu.date.DatePattern
 
CN_DATETIME_PATTERN - 类 中的静态变量com.github.smallmenu.date.DatePattern
 
com.github.smallmenu - 程序包 com.github.smallmenu
 
com.github.smallmenu.date - 程序包 com.github.smallmenu.date
 
com.github.smallmenu.util - 程序包 com.github.smallmenu.util
 
contains(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
查找字符串
containsAny(CharSequence, CharSequence...) - 类 中的静态方法com.github.smallmenu.Fun
查找指定字符串是否包含指定字符列表中的任意一个字符
CR - 类 中的静态变量com.github.smallmenu.util.StrUtils
 
CRLF - 类 中的静态变量com.github.smallmenu.util.StrUtils
 

D

date() - 类 中的静态方法com.github.smallmenu.Fun
根据格式化参数返回时间字符串
date(long) - 类 中的静态方法com.github.smallmenu.Fun
根据格式化参数返回时间字符串
date(String) - 类 中的静态方法com.github.smallmenu.Fun
根据格式化参数返回时间字符串
date(String, long) - 类 中的静态方法com.github.smallmenu.Fun
根据格式化参数,时间戳参数,返回时间字符串
DATE_PATTERN - 类 中的静态变量com.github.smallmenu.date.DatePattern
 
DatePattern - com.github.smallmenu.date中的类
DatePattern
DatePattern() - 类 的构造器com.github.smallmenu.date.DatePattern
 
DATETIME_PATTERN - 类 中的静态变量com.github.smallmenu.date.DatePattern
 
DOT - 类 中的静态变量com.github.smallmenu.util.StrUtils
 
DOUBLE_DOT - 类 中的静态变量com.github.smallmenu.util.StrUtils
 

E

empty(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串是否为空。
EMPTY - 类 中的静态变量com.github.smallmenu.util.StrUtils
 
EMPTY_JSON - 类 中的静态变量com.github.smallmenu.util.StrUtils
 
emptyAll(CharSequence...) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串是否全部为空
emptyArray(T[]) - 类 中的静态方法com.github.smallmenu.Fun
检测数组是否为空
endWith(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
是否以指定字符串结尾
endWith(CharSequence, CharSequence, boolean) - 类 中的静态方法com.github.smallmenu.util.StrUtils
是否以指定字符串结尾 如果给定的字符串和开头字符串都为 null 则返回true,否则任意一个值为 null 返回 false 如果给定的字符串不为 null,开头字符串为 "" 空字符串,返回true
endWithIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
是否以指定字符串结尾,忽略大小写
equals(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
比较两个字符串
equals(CharSequence, CharSequence, boolean) - 类 中的静态方法com.github.smallmenu.util.StrUtils
比较两个字符串是否相等 如果两个字符串相同,或者都是null,则返回true
equalsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
比较两个字符串(大小写不敏感)

F

freeMemory() - 类 中的静态方法com.github.smallmenu.Fun
返回系统空闲内存
freeMemory(String) - 类 中的静态方法com.github.smallmenu.Fun
格式化返回系统当前空闲内存
Fun - com.github.smallmenu中的类
Java With Fun
FunUtils - com.github.smallmenu.util中的类
FunUtils
FunUtils() - 类 的构造器com.github.smallmenu.util.FunUtils
 

I

intval(String) - 类 中的静态方法com.github.smallmenu.Fun
字符串转整型 如果是 null 或者 "",返回 0
isBlankChar(int) - 类 中的静态方法com.github.smallmenu.util.CharUtils
 

L

LF - 类 中的静态变量com.github.smallmenu.util.StrUtils
 
longval(String) - 类 中的静态方法com.github.smallmenu.Fun
字符串转整型 如果是 null 或者 "",返回 0
ltrim(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
除去字符串左侧的空白

M

maxMemory() - 类 中的静态方法com.github.smallmenu.Fun
返回系统最大内存
maxMemory(String) - 类 中的静态方法com.github.smallmenu.Fun
格式化返回系统当前最大内存
microtime() - 类 中的静态方法com.github.smallmenu.Fun
返回当前 Unix 时间戳(毫秒)

P

parse(String) - 类 中的静态方法com.github.smallmenu.date.Strtotime
 
parse(String, Long) - 类 中的静态方法com.github.smallmenu.date.Strtotime
 

R

rtrim(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
除去字符串右侧的空白

S

SIZE_GB - 类 中的静态变量com.github.smallmenu.util.FunUtils
 
SIZE_KB - 类 中的静态变量com.github.smallmenu.util.FunUtils
 
SIZE_MB - 类 中的静态变量com.github.smallmenu.util.FunUtils
 
SIZE_TB - 类 中的静态变量com.github.smallmenu.util.FunUtils
 
sizeFormat(long, String) - 类 中的静态方法com.github.smallmenu.util.FunUtils
格式化转换大小
SLASH - 类 中的静态变量com.github.smallmenu.util.StrUtils
 
SLASH_DATE_PATTERN - 类 中的静态变量com.github.smallmenu.date.DatePattern
 
SLASH_DATETIME_PATTERN - 类 中的静态变量com.github.smallmenu.date.DatePattern
 
SPACE - 类 中的静态变量com.github.smallmenu.util.StrUtils
 
startWith(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
是否以指定字符串开头
startWith(CharSequence, CharSequence, boolean) - 类 中的静态方法com.github.smallmenu.util.StrUtils
是否以指定字符串开头 如果给定的字符串和开头字符串都为 null 则返回 true ,否则任意一个值为 null 返回 false 如果给定的字符串不为 null,开头字符串为 "" 空字符串,返回true
startWithIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
是否以指定字符串开头,忽略大小写
strlen(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
获取字符串的长度,如果为 null 返回 0
Strtotime - com.github.smallmenu.date中的类
实现类似 PHP strtotime() 部分功能
Strtotime() - 类 的构造器com.github.smallmenu.date.Strtotime
 
strtotime() - 类 中的静态方法com.github.smallmenu.Fun
返回当前默认时间戳
strtotime(String) - 类 中的静态方法com.github.smallmenu.Fun
通用格式日期时间字符串自动转换时间戳
strtotime(String, Long) - 类 中的静态方法com.github.smallmenu.Fun
以提供的时间戳为基准,返回简单表达式计算后的时间戳
Strtotime.DMatcher - com.github.smallmenu.date中的接口
 
StrUtils - com.github.smallmenu.util中的类
StrUtil
StrUtils() - 类 的构造器com.github.smallmenu.util.StrUtils
 

T

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
 

U

usedMemory() - 类 中的静态方法com.github.smallmenu.Fun
返回系统当前使用内存
usedMemory(String) - 类 中的静态方法com.github.smallmenu.Fun
格式化返回系统使用空闲内存
UTC_DATETIME_PATTERN - 类 中的静态变量com.github.smallmenu.date.DatePattern
 
UTC_SIMPLE_DATETIME_PATTERN - 类 中的静态变量com.github.smallmenu.date.DatePattern
 
B C D E F I L M P R S T U 
跳过导航链接

Copyright © 2020. All rights reserved.