跳过导航链接
A B C D E F G H I J K L M N O P R S T U V Z 

A

AMP - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
ArrayBaseFun - com.github.smallmenu.fun中的类
ArrayBaseFun
ArrayBaseFun() - 类 的构造器com.github.smallmenu.fun.ArrayBaseFun
禁止实例化
ArrayFun - com.github.smallmenu.fun中的类
ArrayFun
AT - 类 中的静态变量com.github.smallmenu.fun.StringFun
艾特

B

B - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
B
BACKSLASH - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
BACKSLASH - 类 中的静态变量com.github.smallmenu.fun.StringFun
反斜杠
base64Decode(String) - 类 中的静态方法com.github.smallmenu.Fun
base64Decode
base64Encode(String) - 类 中的静态方法com.github.smallmenu.Fun
base64Encode
base64Encode(byte[]) - 类 中的静态方法com.github.smallmenu.FunBase
base64Encode
base64UrlSafeDecode(String) - 类 中的静态方法com.github.smallmenu.Fun
base64URLDecode
base64UrlSafeEncode(String) - 类 中的静态方法com.github.smallmenu.Fun
base64URLEncode 会将 +、/ 替换为 -、_
base64UrlSafeEncode(byte[]) - 类 中的静态方法com.github.smallmenu.FunBase
base64URLEncode 会将 +、/ 替换为 -、_
blank(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串是否为空白 空白包含:null、""、" "、以及不可见字符如缩紧
blankAll(CharSequence...) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串列表,是否全部为空白
blankAny(CharSequence...) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串列表,是否包含空白,包含任意一个空白返回 true 空白包含:null、""、" "、以及不可见字符如缩紧
bytes(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
字符串获取 Bytes
bytes(CharSequence, Charset) - 类 中的静态方法com.github.smallmenu.Fun
字符串获取 Bytes
bytes(CharSequence, String) - 类 中的静态方法com.github.smallmenu.Fun
字符串获取 Bytes
BYTES_PER_GB - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
Bytes per Gigabyte(GB).
BYTES_PER_KB - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
Bytes per Kilobyte(KB).
BYTES_PER_MB - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
Bytes per Megabyte(MB).
BYTES_PER_PB - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
Bytes per Terabyte(TB).
BYTES_PER_TB - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
Bytes per Terabyte(TB).

C

CharEncoding - com.github.smallmenu.constant中的类
CharEncoding
CharEncoding() - 类 的构造器com.github.smallmenu.constant.CharEncoding
 
CharFun - com.github.smallmenu.fun中的类
CharFun
checkedCast(long) - 类 中的静态方法com.github.smallmenu.crypto.Hashids
 
CHINESE - 类 中的静态变量com.github.smallmenu.constant.RegexPattern
中文汉字
CITIZEN_ID - 类 中的静态变量com.github.smallmenu.constant.RegexPattern
身份证号码
CN_DATE_PATTERN - 类 中的静态变量com.github.smallmenu.constant.DatePattern
DatePattern
CN_DATETIME_PATTERN - 类 中的静态变量com.github.smallmenu.constant.DatePattern
DatePattern
COLON - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
COLON - 类 中的静态变量com.github.smallmenu.fun.StringFun
冒号
com.github.smallmenu - 程序包 com.github.smallmenu
 
com.github.smallmenu.constant - 程序包 com.github.smallmenu.constant
 
com.github.smallmenu.crypto - 程序包 com.github.smallmenu.crypto
 
com.github.smallmenu.date - 程序包 com.github.smallmenu.date
 
com.github.smallmenu.digest - 程序包 com.github.smallmenu.digest
 
com.github.smallmenu.expection - 程序包 com.github.smallmenu.expection
 
com.github.smallmenu.fun - 程序包 com.github.smallmenu.fun
 
COMMA - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
COMMA - 类 中的静态变量com.github.smallmenu.fun.StringFun
英文逗号
contains(byte[], byte) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
检测数组中是否包含元素
contains(char[], char) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
检测数组中是否包含元素
contains(int[], int) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
检测数组中是否包含元素
contains(long[], long) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
检测数组中是否包含元素
contains(float[], float) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
检测数组中是否包含元素
contains(double[], double) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
检测数组中是否包含元素
contains(short[], short) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
检测数组中是否包含元素
contains(T[], T) - 类 中的静态方法com.github.smallmenu.fun.ArrayFun
数组中是否包含元素
contains(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
查找字符串是否包含指定字符串
containsAny(CharSequence, CharSequence...) - 类 中的静态方法com.github.smallmenu.Fun
查找指定字符串,是否包含指定字符列表中的任意一个字符串
containsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
查找字符串是否包含指定字符串,忽略大小写
CR - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
CR - 类 中的静态变量com.github.smallmenu.fun.StringFun
换行符
CRLF - 类 中的静态变量com.github.smallmenu.fun.StringFun
换行符
CryptoFun - com.github.smallmenu.fun中的类
CryptoFun

D

DASHED - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
DASHED - 类 中的静态变量com.github.smallmenu.fun.StringFun
横杠
DATASIZE_FORMAT - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
SIZE_FORMAT
DataSizeFun - com.github.smallmenu.fun中的类
DataSizeFun
date() - 类 中的静态方法com.github.smallmenu.Fun
返回默认日期时间字符串 默认格式:yyyy-MM-dd HH:mm:ss
date(long) - 类 中的静态方法com.github.smallmenu.Fun
根据时间戳,返回默认日期时间字符串 默认格式:yyyy-MM-dd HH:mm:ss
date(String) - 类 中的静态方法com.github.smallmenu.Fun
根据格式化参数返回日期时间字符串
date(String, long) - 类 中的静态方法com.github.smallmenu.Fun
根据格式化参数,时间戳参数,返回时间字符串
DATE_PATTERN - 类 中的静态变量com.github.smallmenu.constant.DatePattern
DatePattern
DatePattern - com.github.smallmenu.constant中的类
DatePattern
DatePattern() - 类 的构造器com.github.smallmenu.constant.DatePattern
 
DATETIME_PATTERN - 类 中的静态变量com.github.smallmenu.constant.DatePattern
DatePattern
decode(String) - 类 中的方法com.github.smallmenu.crypto.Hashids
Decode string to numbers
decodeHex(String) - 类 中的方法com.github.smallmenu.crypto.Hashids
Decode string to numbers
decodeHex(char[]) - 类 中的静态方法com.github.smallmenu.fun.HexFun
decodeHex
decodeHex(char[], byte[], int) - 类 中的静态方法com.github.smallmenu.fun.HexFun
decodeHex
decodeHex(String) - 类 中的静态方法com.github.smallmenu.fun.HexFun
decodeHex
DEFAULT_CHARSET - 类 中的静态变量com.github.smallmenu.fun.HexFun
DEFAULT_CHARSET
digest(MessageDigest, byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
生成摘要
DigestAlgorithm - com.github.smallmenu.digest中的枚举
DigestAlgorithm 摘要算法
DigestFun - com.github.smallmenu.fun中的类
DigestFun 摘要算法库
DOT - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
DOT - 类 中的静态变量com.github.smallmenu.fun.StringFun
DOUBLE_DOT - 类 中的静态变量com.github.smallmenu.fun.StringFun
双点

E

EMAIL - 类 中的静态变量com.github.smallmenu.constant.RegexPattern
邮件,符合RFC 5322规范
empty(Object) - 类 中的静态方法com.github.smallmenu.Fun
检测是否为空,(可匹配单一对象) 如果对象为 null,返回 true 如果对象为数组,判断数组长度是否为 0 如果对象为字符串,判断字符串长度是否为 0 如果对象为数值类型,判断是否为 0 如果对象为布尔类型,判断是否为 false 其他情况,默认返回 false
empty(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串是否为空 空包含 null、空字符串 ""
empty(T[]) - 类 中的静态方法com.github.smallmenu.Fun
检测数组为空(范型)
empty(Map<?, ?>) - 类 中的静态方法com.github.smallmenu.Fun
检测 Map 是否为空
empty(Collection<?>) - 类 中的静态方法com.github.smallmenu.Fun
检测 Collection 是否为空
EMPTY - 类 中的静态变量com.github.smallmenu.fun.StringFun
空字符串
empty(int) - 类 中的静态方法com.github.smallmenu.FunBase
检测是否为空
empty(long) - 类 中的静态方法com.github.smallmenu.FunBase
检测是否为空
empty(short) - 类 中的静态方法com.github.smallmenu.FunBase
检测是否为空
empty(boolean) - 类 中的静态方法com.github.smallmenu.FunBase
检测是否为空
empty(long[]) - 类 中的静态方法com.github.smallmenu.FunBase
检测数组是否为空
empty(int[]) - 类 中的静态方法com.github.smallmenu.FunBase
检测数组是否为空
empty(short[]) - 类 中的静态方法com.github.smallmenu.FunBase
检测数组是否为空
empty(char[]) - 类 中的静态方法com.github.smallmenu.FunBase
检测数组是否为空
empty(byte[]) - 类 中的静态方法com.github.smallmenu.FunBase
检测数组是否为空
empty(double[]) - 类 中的静态方法com.github.smallmenu.FunBase
检测数组是否为空
empty(float[]) - 类 中的静态方法com.github.smallmenu.FunBase
检测数组是否为空
empty(boolean[]) - 类 中的静态方法com.github.smallmenu.FunBase
检测数组是否为空
EMPTY_BOOLEAN - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
boolean[]
EMPTY_BOOLEAN_OBJECT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
Boolean[]
EMPTY_BYTE - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
byte[]
EMPTY_BYTE_OBJECT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
Byte[]
EMPTY_CHAR - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
char[]
EMPTY_CHARACTER_OBJECT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
Character[]
EMPTY_CLASS - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
Class[]
EMPTY_DOUBLE - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
double[]
EMPTY_DOUBLE_OBJECT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
Double[]
EMPTY_FLOAT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
float[]
EMPTY_FLOAT_OBJECT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
Float[]
EMPTY_INT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
int[]
EMPTY_INTEGER_OBJECT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
Integer[]
EMPTY_JSON - 类 中的静态变量com.github.smallmenu.fun.StringFun
空 JSON
EMPTY_LONG - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
long[]
EMPTY_LONG_OBJECT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
Long[]
EMPTY_OBJECT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
Object[]
EMPTY_SHORT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
short[]
EMPTY_SHORT_OBJECT - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
Short[]
EMPTY_STRING - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
String[]
emptyAll(CharSequence...) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串列表,是否全部为空
emptyAny(CharSequence...) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串列表,是否包含有空值,包含任意一个返回 true
encode(long...) - 类 中的方法com.github.smallmenu.crypto.Hashids
Encode numbers to string
encodeHex(String) - 类 中的方法com.github.smallmenu.crypto.Hashids
Encode hexa to string
encodeHex(byte[]) - 类 中的静态方法com.github.smallmenu.fun.HexFun
encodeHex
encodeHex(byte[], boolean) - 类 中的静态方法com.github.smallmenu.fun.HexFun
encodeHex
encodeHex(byte[], char[]) - 类 中的静态方法com.github.smallmenu.fun.HexFun
encodeHex
encodeHex(byte[], int, int, boolean) - 类 中的静态方法com.github.smallmenu.fun.HexFun
encodeHex
encodeHex(byte[], int, int, boolean, char[], int) - 类 中的静态方法com.github.smallmenu.fun.HexFun
encodeHex
encodeHexString(byte[]) - 类 中的静态方法com.github.smallmenu.fun.HexFun
encodeHexString
encodeHexString(byte[], boolean) - 类 中的静态方法com.github.smallmenu.fun.HexFun
encodeHexString
endsWith(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
是否以指定字符串结尾 如果给定的字符串和开头字符串都为 null 则返回 true ,否则任意一个值为 null 返回 false 如果给定的字符串不为 null,suffix 字符串为 "" 空字符串,返回true
endsWith(CharSequence, CharSequence, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
是否以指定字符串结尾 如果给定的字符串和开头字符串都为 null 则返回true,否则任意一个值为 null 返回 false 如果给定的字符串不为 null,开头字符串为 "" 空字符串,返回true
endsWithIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
是否以指定字符串结尾,忽略大小写
equal(Object, Object) - 类 中的静态方法com.github.smallmenu.fun.ObjectFun
对象比较
equals(char, char, boolean) - 类 中的静态方法com.github.smallmenu.fun.CharFun
比较两个字符是否相等
equals(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
比较两个字符串
equals(CharSequence, CharSequence, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
比较两个字符串是否相等 如果两个字符串相同,或者都是 null,则返回 true
equalsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
比较两个字符串,忽略大小写

F

format(long, String) - 类 中的静态方法com.github.smallmenu.fun.DataSizeFun
字节数格式化转换大小
formatString(long) - 类 中的静态方法com.github.smallmenu.fun.DataSizeFun
字节数格式化转换大小
formatString(long, String) - 类 中的静态方法com.github.smallmenu.fun.DataSizeFun
字节数格式化转换大小
freeMemory(String) - 类 中的静态方法com.github.smallmenu.FunBase
格式化返回系统当前空闲堆内存
freeMemoryByte() - 类 中的静态方法com.github.smallmenu.FunBase
返回系统空闲堆内存,单位Byte
freeMemoryMb() - 类 中的静态方法com.github.smallmenu.Fun
返回系统空闲堆内存,单位MB
Fun - com.github.smallmenu中的类
Java With Fun(ctions)
FunBase - com.github.smallmenu中的类
FunBase
FunBase() - 类 的构造器com.github.smallmenu.FunBase
禁止实例化
FunException - com.github.smallmenu.expection中的异常错误
UtilsException
FunException() - 异常错误 的构造器com.github.smallmenu.expection.FunException
 
FunException(Throwable) - 异常错误 的构造器com.github.smallmenu.expection.FunException
 
FunException(String) - 异常错误 的构造器com.github.smallmenu.expection.FunException
 
FunException(String, Throwable) - 异常错误 的构造器com.github.smallmenu.expection.FunException
 

G

GB - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
GB
GBK - 类 中的静态变量com.github.smallmenu.constant.CharEncoding
GBK
getCharset() - 类 中的方法com.github.smallmenu.fun.HexFun
Get charset
getCharsetName() - 类 中的方法com.github.smallmenu.fun.HexFun
Get charset
getDigest(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
摘要算法工厂
getMd5Digest() - 类 中的静态方法com.github.smallmenu.fun.DigestFun
MD5 MessageDigest
getRandom() - 类 中的静态方法com.github.smallmenu.fun.RandomFun
ThreadLocalRandom 对象
getSha1Digest() - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA1 MessageDigest
getSha256Digest() - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA256 MessageDigest
getSha384Digest() - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA384 MessageDigest
getSha512Digest() - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA512 MessageDigest
getVersion() - 类 中的方法com.github.smallmenu.crypto.Hashids
Get Hashid algorithm version.

H

Hashids - com.github.smallmenu.crypto中的类
Hashids designed for Generating short hashes from numbers (like YouTube and Bitly), obfuscate database IDs, use them as forgotten password hashes, invitation codes, store shard numbers.
Hashids() - 类 的构造器com.github.smallmenu.crypto.Hashids
 
Hashids(int) - 类 的构造器com.github.smallmenu.crypto.Hashids
 
Hashids(String) - 类 的构造器com.github.smallmenu.crypto.Hashids
 
Hashids(String, int) - 类 的构造器com.github.smallmenu.crypto.Hashids
 
Hashids(String, int, String) - 类 的构造器com.github.smallmenu.crypto.Hashids
 
HexFun - com.github.smallmenu.fun中的类
HexFun Hex 库
HexFun() - 类 的构造器com.github.smallmenu.fun.HexFun
Construct
HexFun(Charset) - 类 的构造器com.github.smallmenu.fun.HexFun
Construct
HexFun(String) - 类 的构造器com.github.smallmenu.fun.HexFun
Construct
HTML_AMP - 类 中的静态变量com.github.smallmenu.fun.StringFun
HTML & 转义
HTML_GT - 类 中的静态变量com.github.smallmenu.fun.StringFun
HTML > 转义
HTML_LT - 类 中的静态变量com.github.smallmenu.fun.StringFun
HTML < 转义
HTML_NBSP - 类 中的静态变量com.github.smallmenu.fun.StringFun
HTML 空格转义
HTTP_PROTOCOL - 类 中的静态变量com.github.smallmenu.fun.URLFun
 
HTTPS_PROTOCOL - 类 中的静态变量com.github.smallmenu.fun.URLFun
 

I

idDecode(String) - 类 中的静态方法com.github.smallmenu.Fun
Hashid 解密
idDecode(String, int) - 类 中的静态方法com.github.smallmenu.Fun
Hashid 解密
idDecode(String, String) - 类 中的静态方法com.github.smallmenu.Fun
Hashid 解密
idDecode(String, String, int) - 类 中的静态方法com.github.smallmenu.Fun
Hashid 解密
idEncode(long) - 类 中的静态方法com.github.smallmenu.Fun
Hashid 加密
idEncode(long, int) - 类 中的静态方法com.github.smallmenu.Fun
Hashid 加密
idEncode(long, String) - 类 中的静态方法com.github.smallmenu.Fun
Hashid 加密
idEncode(long, String, int) - 类 中的静态方法com.github.smallmenu.Fun
Hashid 加密
INDEX_NOT_FOUND - 类 中的静态变量com.github.smallmenu.fun.ArrayBaseFun
INDEX_NOT_FOUND
INDEX_NOT_FOUND - 类 中的静态变量com.github.smallmenu.fun.StringFun
INDEX_NOT_FOUND
indexOf(boolean[], boolean) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
查找数组指定元素,返回索引
indexOf(byte[], byte) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
查找数组指定元素,返回索引
indexOf(char[], char) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
查找数组指定元素,返回索引
indexOf(double[], double) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
查找数组指定元素,返回索引
indexOf(float[], float) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
查找数组指定元素,返回索引
indexOf(int[], int) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
查找数组指定元素,返回索引
indexOf(long[], long) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
查找数组指定元素,返回索引
indexOf(short[], short) - 类 中的静态方法com.github.smallmenu.fun.ArrayBaseFun
查找数组指定元素,返回索引
indexOf(T[], Object) - 类 中的静态方法com.github.smallmenu.fun.ArrayFun
查找数组指定元素,返回索引
indexOf(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
查找字符串,返回索引位置
indexOf(CharSequence, CharSequence, int) - 类 中的静态方法com.github.smallmenu.Fun
查找字符串,返回索引位置
indexOf(CharSequence, CharSequence, int, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
指定范围内查找字符串
indexOfIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
查找字符串,返回索引位置,忽略大小写
indexOfIgnoreCase(CharSequence, CharSequence, int) - 类 中的静态方法com.github.smallmenu.Fun
查找字符串,返回索引位置,忽略大小写
IPV4 - 类 中的静态变量com.github.smallmenu.constant.RegexPattern
IP v4
IPV6 - 类 中的静态变量com.github.smallmenu.constant.RegexPattern
IP v6
isArray(Object) - 类 中的静态方法com.github.smallmenu.fun.ArrayFun
对象是否为数组对象
isBlankChar(char) - 类 中的静态方法com.github.smallmenu.fun.CharFun
是否空白字符 空白字符包括空格、制表符、全角空格和不间断空格
isBlankChar(int) - 类 中的静态方法com.github.smallmenu.fun.CharFun
是否空白字符 空白字符包括空格、制表符、全角空格和不间断空格
isChar(Object) - 类 中的静态方法com.github.smallmenu.fun.CharFun
检测对象是否为字符类
ISO_8859_1 - 类 中的静态变量com.github.smallmenu.constant.CharEncoding
ISO-8859-1
isString(Object) - 类 中的静态方法com.github.smallmenu.fun.StringFun
检测对象是否为字符串类
isSubEquals(CharSequence, int, CharSequence, int, int, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
截取两个字符串的不同部分(长度一致),判断截取的子串是否相同 任意一个字符串为 null 返回false

J

join(T[], CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
以 separator 为分隔符将数组转换为字符串(范型)
join(Iterable<?>, String) - 类 中的静态方法com.github.smallmenu.Fun
以 separator 为分隔符转换为字符串,支持字符串类容器
join(Iterator<?>, String) - 类 中的静态方法com.github.smallmenu.Fun
以 separator 为分隔符转换为字符串,支持字符串容器
join(boolean[], CharSequence) - 类 中的静态方法com.github.smallmenu.FunBase
以 separator 为分隔符将数组转换为字符串
join(byte[], CharSequence) - 类 中的静态方法com.github.smallmenu.FunBase
以 separator 为分隔符将数组转换为字符串
join(char[], CharSequence) - 类 中的静态方法com.github.smallmenu.FunBase
以 separator 为分隔符将数组转换为字符串
join(double[], CharSequence) - 类 中的静态方法com.github.smallmenu.FunBase
以 separator 为分隔符将数组转换为字符串
join(float[], CharSequence) - 类 中的静态方法com.github.smallmenu.FunBase
以 separator 为分隔符将数组转换为字符串
join(int[], CharSequence) - 类 中的静态方法com.github.smallmenu.FunBase
以 separator 为分隔符将数组转换为字符串
join(short[], CharSequence) - 类 中的静态方法com.github.smallmenu.FunBase
以 separator 为分隔符将数组转换为字符串
join(long[], CharSequence) - 类 中的静态方法com.github.smallmenu.FunBase
以 separator 为分隔符将数组转换为字符串

K

KB - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
KB

L

left(String, int) - 类 中的静态方法com.github.smallmenu.Fun
截取字符串左侧指定长度的子串
length(Object) - 类 中的静态方法com.github.smallmenu.fun.ArrayFun
获取数组长度,null 检查
length(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
获取字符串的字符长度,如果为 null 返回 0 使用 String.length 方法, 中英文数字均是 1
LF - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
LF - 类 中的静态变量com.github.smallmenu.fun.StringFun
换行符
ltrim(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
除去字符串左侧的空白

M

MAC_ADDRESS - 类 中的静态变量com.github.smallmenu.constant.RegexPattern
MAC地址
matches(String, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
字符串是否匹配正则
matches(Pattern, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
字符串是否匹配正则
MAX_NUMBER - 类 中的静态变量com.github.smallmenu.crypto.Hashids
Max number that can be encoded with Hashids.
maxMemory(String) - 类 中的静态方法com.github.smallmenu.FunBase
格式化返回系统当前最大堆内存
maxMemoryByte() - 类 中的静态方法com.github.smallmenu.FunBase
返回系统最大堆内存(-Xmx),单位Byte
maxMemoryMb() - 类 中的静态方法com.github.smallmenu.Fun
返回系统最大堆内存(-Xmx),单位MB
MB - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
MB
md5(byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
md5
md5(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
MD5
md5(String) - 类 中的静态方法com.github.smallmenu.Fun
MD5
md5(byte[]) - 类 中的静态方法com.github.smallmenu.FunBase
MD5
md5Hex(byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
MD5
md5Hex(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
MD5
microtime() - 类 中的静态方法com.github.smallmenu.Fun
返回当前 Unix 时间戳(毫秒)
MOBILE - 类 中的静态变量com.github.smallmenu.constant.RegexPattern
手机号码

N

NO_PROTOCOL - 类 中的静态变量com.github.smallmenu.fun.URLFun
 

O

ObjectFun - com.github.smallmenu.fun中的类
ObjectFun

P

PAD_LIMIT - 类 中的静态变量com.github.smallmenu.fun.StringFun
填充限制
padLeft(CharSequence, int, char) - 类 中的静态方法com.github.smallmenu.Fun
右侧填充字符串到最小长度,使用单一字符填充
padLeft(CharSequence, int) - 类 中的静态方法com.github.smallmenu.Fun
左侧填充字符串到指定长度,使用默认空格填充
padLeft(CharSequence, int, String) - 类 中的静态方法com.github.smallmenu.Fun
左侧填充字符串到指定长度
padRight(CharSequence, int, char) - 类 中的静态方法com.github.smallmenu.Fun
右侧填充字符串到指定长度。
padRight(CharSequence, int) - 类 中的静态方法com.github.smallmenu.Fun
右侧填充字符串到指定长度。
padRight(CharSequence, int, String) - 类 中的静态方法com.github.smallmenu.Fun
右侧填充字符串到指定长度
parse(String) - 类 中的静态方法com.github.smallmenu.date.Strtotime
 
parse(String, Long) - 类 中的静态方法com.github.smallmenu.date.Strtotime
 
PB - 类 中的静态变量com.github.smallmenu.fun.DataSizeFun
PB
PROTOCOL_BREAK - 类 中的静态变量com.github.smallmenu.fun.URLFun
 

R

random() - 类 中的静态方法com.github.smallmenu.Fun
获得指定范围内的随机数 默认 [0,Integer.MAX_VALUE)
RANDOM_CHAR_NUM_POOL - 类 中的静态变量com.github.smallmenu.fun.RandomFun
随机字符和数字池
RANDOM_CHAR_POOL - 类 中的静态变量com.github.smallmenu.fun.RandomFun
随机字符池
RANDOM_NUM_POOL - 类 中的静态变量com.github.smallmenu.fun.RandomFun
随机数字池
RandomFun - com.github.smallmenu.fun中的类
RandomFun
randomInt() - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得随机数
randomInt(int, int) - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得指定范围内的随机数
randomInt(int) - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得指定范围内的随机数 [0,max)
randomInt(int) - 类 中的静态方法com.github.smallmenu.Fun
获得指定范围内的随机数 [0, max)
randomInt() - 类 中的静态方法com.github.smallmenu.FunBase
获得随机数[0, 2^32)
randomInt(int, int) - 类 中的静态方法com.github.smallmenu.FunBase
获得指定范围内的随机数
randomLong(long, long) - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得指定范围内的随机数[min, max)
randomLong() - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得随机数
randomLong(long) - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得指定范围内的随机数 [0,limit)
randomLong(long) - 类 中的静态方法com.github.smallmenu.Fun
获得指定范围内的随机数 [0, max)
randomLong() - 类 中的静态方法com.github.smallmenu.FunBase
获得随机数[0, 2^32)
randomLong(long, long) - 类 中的静态方法com.github.smallmenu.FunBase
获得指定范围内的随机数
randomString(int) - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得一个随机的字符串(只包含数字和字符)
randomString(String, int) - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得一个随机的字符串
randomString(int) - 类 中的静态方法com.github.smallmenu.Fun
获得一个指定长度随机的字符串(只包含数字和字符)
randomStringChar(int) - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得一个只包含字符的字符串
randomStringChar(int) - 类 中的静态方法com.github.smallmenu.Fun
获得一个指定长度只包含字符的随机字符串
randomStringExcept(int, String...) - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得一个随机的字符串,排除指定的字符串集
randomStringExcepts(int, String...) - 类 中的静态方法com.github.smallmenu.Fun
获得一个指定长度随机的字符串,排除指定的字符串列表集
randomStringNumber(int) - 类 中的静态方法com.github.smallmenu.fun.RandomFun
获得一个只包含数字的字符串
randomStringNumber(int) - 类 中的静态方法com.github.smallmenu.Fun
获得一个指定长度只包含数字的随机字符串
regexMatch(Pattern, CharSequence, int) - 类 中的静态方法com.github.smallmenu.Fun
获得匹配字符串的指定分组 分组 0,表示全匹配的信息
regexMatch(Pattern, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
获得匹配字符串的所有分组 分组 0,表示全匹配的信息
regexMatch(String, CharSequence, int) - 类 中的静态方法com.github.smallmenu.Fun
获得匹配字符串的指定分组 分组 0,表示全匹配的信息
regexMatch(String, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
获得匹配字符串的所有分组
RegexPattern - com.github.smallmenu.constant中的类
RegexPattern
RegexPattern() - 类 的构造器com.github.smallmenu.constant.RegexPattern
 
remove(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
移除字符串中所有给定字符串
removeAny(CharSequence, CharSequence...) - 类 中的静态方法com.github.smallmenu.Fun
移除字符串中所有给定字符串列表
removeAny(CharSequence, char...) - 类 中的静态方法com.github.smallmenu.Fun
去除字符串中指定的多个字符集
removeLines(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
去除字符串中换行符
removePrefix(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
移除字符串左侧中所有给定字符串
removePrefixComplete(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
完整的移除字符串左侧中所有给定字符串
removeSuffix(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
移除字符串右侧中所有给定字符串
removeSuffixComplete(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
完整的移除字符串右侧中所有给定字符串
repeat(char, int) - 类 中的静态方法com.github.smallmenu.Fun
重复字符到指定次数
repeat(CharSequence, int) - 类 中的静态方法com.github.smallmenu.Fun
重复字符串到指定次数
replace(CharSequence, CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
字符串替换
replace(CharSequence, CharSequence, CharSequence, int, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
字符串替换
replaceIgnoreCase(CharSequence, CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
字符串替换,忽略大小写
reverse(String) - 类 中的静态方法com.github.smallmenu.Fun
反转字符串
right(String, int) - 类 中的静态方法com.github.smallmenu.Fun
截取字符串右侧指定长度的子串
rtrim(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
除去字符串右侧的空白

S

sha1(byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA1
sha1(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA1
sha1(String) - 类 中的静态方法com.github.smallmenu.Fun
SHA1
sha1(byte[]) - 类 中的静态方法com.github.smallmenu.FunBase
SHA1
sha1Hex(byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA1
sha1Hex(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA1
sha256(byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA256
sha256(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA256
sha256(String) - 类 中的静态方法com.github.smallmenu.Fun
SHA256
sha256(byte[]) - 类 中的静态方法com.github.smallmenu.FunBase
SHA256
sha256Hex(byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA256
sha256Hex(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA256
sha384(byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA384
sha384(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA384
sha384(String) - 类 中的静态方法com.github.smallmenu.Fun
SHA384
sha384(byte[]) - 类 中的静态方法com.github.smallmenu.FunBase
SHA384
sha384Hex(byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA384
sha384Hex(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA384
sha512(byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA512
sha512(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA512
sha512(String) - 类 中的静态方法com.github.smallmenu.Fun
SHA512
sha512(byte[]) - 类 中的静态方法com.github.smallmenu.FunBase
SHA512
sha512Hex(byte[]) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA512
sha512Hex(String) - 类 中的静态方法com.github.smallmenu.fun.DigestFun
SHA512
SHARP - 类 中的静态变量com.github.smallmenu.fun.StringFun
井号
SLASH - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
SLASH - 类 中的静态变量com.github.smallmenu.fun.StringFun
斜杠
SLASH_DATE_PATTERN - 类 中的静态变量com.github.smallmenu.constant.DatePattern
DatePattern
SLASH_DATETIME_PATTERN - 类 中的静态变量com.github.smallmenu.constant.DatePattern
DatePattern
SPACE - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
SPACE - 类 中的静态变量com.github.smallmenu.fun.StringFun
英文空格
split(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为数组
split(CharSequence, char) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为数组
split(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为数组
split(String, int, boolean, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
分割字符串为数组
split(String, String, int, boolean, boolean, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
分割字符串为数组
split(String, char, int, boolean, boolean, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
分割字符串为数组
splitToList(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为列表 默认以空白字符分割。
splitToList(CharSequence, char) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为列表 默认以空白字符分割。
splitToList(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为列表
splitToList(String, int, boolean, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
分割字符串为列表
splitToList(String, char, int, boolean, boolean, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
分割字符串为列表
splitToList(String, String, int, boolean, boolean, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
分割字符串为列表
splitTrim(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为数组 默认以空白字符分割。
splitTrim(CharSequence, char) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为数组 默认以空白字符分割。
splitTrim(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为数组
splitTrimToInt(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为数组 默认以空白字符分割。
splitTrimToInt(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为数组 默认以空白字符分割。
splitTrimToList(CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为列表 默认以空白字符分割。
splitTrimToList(CharSequence, char) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为列表 默认以空白字符分割。
splitTrimToList(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为列表
splitTrimToLong(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为数组 默认以空白字符分割。
splitTrimToShort(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
分割字符串为数组 默认以空白字符分割。
startsWith(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
检测字符串是否以指定字符串开头 如果给定的字符串和开头字符串都为 null 则返回 true ,否则任意一个值为 null 返回 false 如果给定的字符串不为 null,prefix 字符串为 "" 空字符串,返回true
startsWith(CharSequence, CharSequence, boolean) - 类 中的静态方法com.github.smallmenu.fun.StringFun
是否以指定字符串开头 如果给定的字符串和开头字符串都为 null 则返回 true ,否则任意一个值为 null 返回 false 如果给定的字符串不为 null,开头字符串为 "" 空字符串,返回true
startsWithIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法com.github.smallmenu.Fun
是否以指定字符串开头,忽略大小写
StringFun - com.github.smallmenu.fun中的类
StringFun
stringToIntArray(String[]) - 类 中的静态方法com.github.smallmenu.fun.ArrayFun
字符串数组转整型数组,忽略错误的值
stringToLongArray(String[]) - 类 中的静态方法com.github.smallmenu.fun.ArrayFun
字符串数组转整型数组,忽略错误的值
stringToShortArray(String[]) - 类 中的静态方法com.github.smallmenu.fun.ArrayFun
字符串数组转整型数组,忽略错误的值
Strtotime - com.github.smallmenu.date中的类
实现类似 PHP strtotime() 部分功能
Strtotime() - 类 的构造器com.github.smallmenu.date.Strtotime
 
strtotime() - 类 中的静态方法com.github.smallmenu.Fun
返回当前 Unix 时间戳
strtotime(String) - 类 中的静态方法com.github.smallmenu.Fun
将通用格式的日期时间字符串,自动为转换时间戳
strtotime(String, Long) - 类 中的静态方法com.github.smallmenu.Fun
以提供的时间戳为基准,返回简单表达式计算后的时间戳
Strtotime.DMatcher - com.github.smallmenu.date中的接口
 
substr(CharSequence, int) - 类 中的静态方法com.github.smallmenu.Fun
字符串截取,等同于 substring
substr(CharSequence, int, int) - 类 中的静态方法com.github.smallmenu.Fun
字符串截取
substring(CharSequence, int) - 类 中的静态方法com.github.smallmenu.Fun
字符串截取
substring(CharSequence, int, int) - 类 中的静态方法com.github.smallmenu.Fun
字符串截取

T

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
 

U

UNDERLINE - 类 中的静态变量com.github.smallmenu.fun.CharFun
 
UNDERLINE - 类 中的静态变量com.github.smallmenu.fun.StringFun
下划线
URL - 类 中的静态变量com.github.smallmenu.constant.RegexPattern
URL
URL_HTTP - 类 中的静态变量com.github.smallmenu.constant.RegexPattern
Http URL
URLFun - com.github.smallmenu.fun中的类
UrlFun
urlNormalize(String) - 类 中的静态方法com.github.smallmenu.Fun
自动格式化补齐 HTTP(s) URL,如缺少协议头
urlParse(String) - 类 中的静态方法com.github.smallmenu.Fun
安全的解析 HTTP(s) URL,会对 URL 进行验证与格式化,返回 URL 实例
urlVerify(String) - 类 中的静态方法com.github.smallmenu.Fun
验证 HTTP(s) 格式
usedMemory(String) - 类 中的静态方法com.github.smallmenu.FunBase
格式化返回系统已使用空闲堆内存
usedMemoryByte() - 类 中的静态方法com.github.smallmenu.FunBase
返回系统当前已使用堆内存,单位Byte
usedMemoryMb() - 类 中的静态方法com.github.smallmenu.Fun
返回系统当前已使用堆内存,单位MB
UTC_DATETIME_PATTERN - 类 中的静态变量com.github.smallmenu.constant.DatePattern
DatePattern
UTC_SIMPLE_DATETIME_PATTERN - 类 中的静态变量com.github.smallmenu.constant.DatePattern
DatePattern
UTF_8 - 类 中的静态变量com.github.smallmenu.constant.CharEncoding
UTF-8

V

value() - 枚举 中的方法com.github.smallmenu.digest.DigestAlgorithm
字符串表示
valueOf(String) - 枚举 中的静态方法com.github.smallmenu.digest.DigestAlgorithm
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.smallmenu.digest.DigestAlgorithm
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

Z

ZIP_CODE - 类 中的静态变量com.github.smallmenu.constant.RegexPattern
邮编(兼容港澳台)
A B C D E F G H I J K L M N O P R S T U V Z 
跳过导航链接

Copyright © 2021. All rights reserved.