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

A

addConfig(String...) - 类 中的静态方法com.webapp.utils.config.ConfigUtils
 
addConfig(String) - 类 中的静态方法com.webapp.utils.config.ConfigUtils
 
addConfig(Configuration) - 类 中的静态方法com.webapp.utils.config.ConfigUtils
 
addDirConfig(String, String...) - 类 中的静态方法com.webapp.utils.config.ConfigUtils
 
addDirConfig(Path, String...) - 类 中的静态方法com.webapp.utils.config.ConfigUtils
 
addHeader(String, String) - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
addHeader(Map<String, String>) - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
addNameFilter(NameFilter) - 类 中的方法com.webapp.utils.json.JSONUtils
 
addParam(String, String) - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
addParam(Map<String, String>) - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
addPropertyFilter(PropertyFilter) - 类 中的方法com.webapp.utils.json.JSONUtils
 
addPropertyPreFilter(PropertyPreFilter) - 类 中的方法com.webapp.utils.json.JSONUtils
 
addSystemConfig() - 类 中的静态方法com.webapp.utils.config.ConfigUtils
 
addValueFilters(ValueFilter) - 类 中的方法com.webapp.utils.json.JSONUtils
 
after(String, Object) - 类 中的方法com.webapp.utils.json.JSONUtils
 
AlgoAsymEnum() - 类 的构造器com.webapp.utils.codec.CodecUtils.AlgoAsymEnum
 
AlgoBuilder() - 类 的构造器com.webapp.utils.codec.CodecUtils.AlgoBuilder
 
AlgoSymEnum() - 类 的构造器com.webapp.utils.codec.CodecUtils.AlgoSymEnum
 
And - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
And - "&"
appendLine(Path, ByteBuffer, boolean) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
appendLine(Path, ByteBuffer) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
appendLine(Path, byte[], boolean) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
appendLine(Path, byte[]) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
appendLine(Path, CharBuffer, boolean) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
appendLine(Path, CharBuffer) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
appendLine(Path, String, boolean) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
appendLine(Path, String) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
appendLine(Path, List<String>, boolean) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
appendLine(Path, List<String>) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
arrayList(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
ascii(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
Ascii - 类 中的静态变量com.webapp.utils.regex.RegexConst
仅ACSII字符 - "^[\\x00-\\xFF]+$"
ascii2native(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
At - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
At - "@"

B

Backslash - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Backslash - "\\"
before(String, Object) - 类 中的方法com.webapp.utils.json.JSONUtils
 
build(CodecUtils.AlgoSymEnum.AlgoSym) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoBuilder
对称加密 algorithm
build(CodecUtils.AlgoSymEnum.AlgoSym, CodecUtils.AlgoSymEnum.AlgoSymMode, CodecUtils.AlgoSymEnum.AlgoSymPadding) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoBuilder
对称加密 algorithm/mode/padding
build(CodecUtils.AlgoSymEnum.AlgoSym, CodecUtils.AlgoSymEnum.AlgoSymPadding, String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoBuilder
对称加密 algorithm/CBC/padding
build(CodecUtils.AlgoAsymEnum.AlgoAsym) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoBuilder
非对称加密 algorithm
build(CodecUtils.AlgoAsymEnum.AlgoAsym, CodecUtils.AlgoAsymEnum.AlgoAsymMode, CodecUtils.AlgoAsymEnum.AlgoAsymPadding) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoBuilder
非对称加密 algorithm/mode/padding
build(CodecUtils.AlgoAsymEnum.AlgoAsym, CodecUtils.AlgoAsymEnum.AlgoAsymPadding, String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoBuilder
非对称加密 algorithm/CBC/padding
Builder(String) - 类 的构造器com.webapp.utils.http.HttpUtils.Builder
 
BuilderGet(String) - 类 的构造器com.webapp.utils.http.HttpUtils.BuilderGet
 
BuilderPost(String) - 类 的构造器com.webapp.utils.http.HttpUtils.BuilderPost
 
bytesToString(byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils
 

C

checkAddr() - 类 中的方法com.webapp.utils.string.IDUtils
 
checkAll() - 类 中的方法com.webapp.utils.string.IDUtils
 
checkBirth() - 类 中的方法com.webapp.utils.string.IDUtils
 
checkCode() - 类 中的方法com.webapp.utils.string.IDUtils
 
checkLength() - 类 中的方法com.webapp.utils.string.IDUtils
 
Chinese - 类 中的静态变量com.webapp.utils.regex.RegexConst
仅中文 - "^[\\u4E00-\\u9FA5\\uF900-\\uFA2D]+$"
ChineseHelper - com.webapp.utils.jpinyin中的类
 
ChineseHelper() - 类 的构造器com.webapp.utils.jpinyin.ChineseHelper
 
cipherAlgo - 类 中的变量com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
cleaner(Object) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
close() - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
ClzUtils - com.webapp.utils.clz中的类
 
ClzUtils() - 类 的构造器com.webapp.utils.clz.ClzUtils
 
CmdUtils - com.webapp.utils.file中的类
 
CmdUtils() - 类 的构造器com.webapp.utils.file.CmdUtils
 
CodecUtils - com.webapp.utils.codec中的类
 
CodecUtils() - 类 的构造器com.webapp.utils.codec.CodecUtils
 
CodecUtils.AlgoAsymEnum - com.webapp.utils.codec中的类
非对称加密 Non symmetric Algorithm
CodecUtils.AlgoAsymEnum.AlgoAsym - com.webapp.utils.codec中的枚举
 
CodecUtils.AlgoAsymEnum.AlgoAsymMode - com.webapp.utils.codec中的枚举
Algorithm Mode EBC 电子密码本模式
CodecUtils.AlgoAsymEnum.AlgoAsymPadding - com.webapp.utils.codec中的枚举
Algorithm Padding PKCS1Padding OAEPWithSHA-1AndMGF1Padding OAEPWithSHA-256AndMGF1Padding
CodecUtils.AlgoBuilder - com.webapp.utils.codec中的类
 
CodecUtils.AlgoBuilder.AlgoAsymBuild - com.webapp.utils.codec中的类
 
CodecUtils.AlgoBuilder.AlgoBuild - com.webapp.utils.codec中的类
 
CodecUtils.AlgoBuilder.AlgoSymBuild - com.webapp.utils.codec中的类
 
CodecUtils.AlgoSymEnum - com.webapp.utils.codec中的类
对称加密 Symmetric Algorithm
CodecUtils.AlgoSymEnum.AlgoSym - com.webapp.utils.codec中的枚举
对称加密 - AES DES DESede
CodecUtils.AlgoSymEnum.AlgoSymMode - com.webapp.utils.codec中的枚举
Algorithm Mode EBC 电子密码本模式 CBC 加密分组链接模式 CFB 加密反馈模式 OFB 输出反馈模式 CIR 计数模式
CodecUtils.AlgoSymEnum.AlgoSymPadding - com.webapp.utils.codec中的枚举
Algorithm Padding NoPadding ZerosPadding PKCS5Padding
CodecUtils.CryptBase - com.webapp.utils.codec中的类
 
CodecUtils.Decode - com.webapp.utils.codec中的类
 
CodecUtils.Decrypt - com.webapp.utils.codec中的类
 
CodecUtils.Encode - com.webapp.utils.codec中的类
 
CodecUtils.Encrypt - com.webapp.utils.codec中的类
 
CodecUtils.Hashing - com.webapp.utils.codec中的类
 
CodecUtils.KeyUtils - com.webapp.utils.codec中的类
 
CodecUtils.Signing - com.webapp.utils.codec中的类
 
Colon - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Colon - ":"
Color - 类 中的静态变量com.webapp.utils.regex.RegexConst
颜色 - "^[a-fA-F0-9]{6}$"
com.webapp.utils.clz - 程序包 com.webapp.utils.clz
 
com.webapp.utils.codec - 程序包 com.webapp.utils.codec
 
com.webapp.utils.collections - 程序包 com.webapp.utils.collections
 
com.webapp.utils.config - 程序包 com.webapp.utils.config
 
com.webapp.utils.datasort - 程序包 com.webapp.utils.datasort
 
com.webapp.utils.date - 程序包 com.webapp.utils.date
 
com.webapp.utils.db - 程序包 com.webapp.utils.db
 
com.webapp.utils.enums - 程序包 com.webapp.utils.enums
 
com.webapp.utils.file - 程序包 com.webapp.utils.file
 
com.webapp.utils.format - 程序包 com.webapp.utils.format
 
com.webapp.utils.http - 程序包 com.webapp.utils.http
 
com.webapp.utils.jpinyin - 程序包 com.webapp.utils.jpinyin
 
com.webapp.utils.json - 程序包 com.webapp.utils.json
 
com.webapp.utils.random - 程序包 com.webapp.utils.random
 
com.webapp.utils.regex - 程序包 com.webapp.utils.regex
 
com.webapp.utils.string - 程序包 com.webapp.utils.string
 
com.webapp.utils.thread - 程序包 com.webapp.utils.thread
 
Comma - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Comma - ","
completionService - 接口 中的静态变量com.webapp.utils.thread.ThreadUtils
 
computeTime(long, boolean) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
computeTime(long) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
configConverter(Configuration) - 类 中的静态方法com.webapp.utils.config.ConfigUtils
 
ConfigUtils - com.webapp.utils.config中的类
 
ConfigUtils() - 类 的构造器com.webapp.utils.config.ConfigUtils
 
convertToPinyinArray(char, PinyinFormat) - 类 中的静态方法com.webapp.utils.jpinyin.PinyinHelper
将单个汉字转换为相应格式的拼音
convertToPinyinArray(char) - 类 中的静态方法com.webapp.utils.jpinyin.PinyinHelper
将单个汉字转换成带声调格式的拼音
convertToPinyinString(String, String, PinyinFormat) - 类 中的静态方法com.webapp.utils.jpinyin.PinyinHelper
将字符串转换成相应格式的拼音
convertToPinyinString(String, String) - 类 中的静态方法com.webapp.utils.jpinyin.PinyinHelper
将字符串转换成带声调格式的拼音
convertToSimplifiedChinese(char) - 类 中的静态方法com.webapp.utils.jpinyin.ChineseHelper
将单个繁体字转换为简体字
convertToSimplifiedChinese(String) - 类 中的静态方法com.webapp.utils.jpinyin.ChineseHelper
将繁体字转换为简体字
convertToTraditionalChinese(char) - 类 中的静态方法com.webapp.utils.jpinyin.ChineseHelper
将单个简体字转换为繁体字
convertToTraditionalChinese(String) - 类 中的静态方法com.webapp.utils.jpinyin.ChineseHelper
将简体字转换为繁体字
createDirAndFile(String, String...) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
createDirAndFile(String, Path) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
createDirAndFile(Path) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
CryptBase(byte[]) - 类 的构造器com.webapp.utils.codec.CodecUtils.CryptBase
 

D

data - 类 中的变量com.webapp.utils.codec.CodecUtils.CryptBase
 
DataShowUtils - com.webapp.utils.collections中的类
 
DataSortUtils - com.webapp.utils.datasort中的类
 
DataSortUtils.OrderType - com.webapp.utils.datasort中的枚举
 
Date - 类 中的静态变量com.webapp.utils.regex.RegexConst
日期 - "^\\d{4}(\\-|\\/|\\.)\\d{1,2}\\1\\d{1,2}$"
dateFormat(String) - 类 中的方法com.webapp.utils.json.JSONUtils
 
DateTools - com.webapp.utils.date中的类
 
DateTools.FmtDate - com.webapp.utils.date中的接口
 
Decimal - 类 中的静态变量com.webapp.utils.regex.RegexConst
浮点数 - "^([+-]?)\\d*\\.\\d+$"
Decimal_n - 类 中的静态变量com.webapp.utils.regex.RegexConst
负浮点数 - "^-([1-9]\\d*.\\d*|0.\\d*[1-9]\\d*)$"
Decimal_p - 类 中的静态变量com.webapp.utils.regex.RegexConst
正浮点数 - "^[1-9]\\d*.\\d*|0.\\d*[1-9]\\d*$"
Decode() - 类 的构造器com.webapp.utils.codec.CodecUtils.Decode
 
decode(ByteBuffer, String) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
decode(ByteBuffer) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
decode(String) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
decode(String, String) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
decode(CharBuffer) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
decode(CharBuffer, String) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
decode(byte[]) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
decode(byte[], String) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
decodeBase64(byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decode
 
decodeBase64Str(byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decode
 
decodeHex(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decode
 
decodeRadix(String, int) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decode
 
decodeRadix(byte[], int) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decode
 
decodeRadixStr(String, int) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decode
 
decodeRadixStr(byte[], int) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decode
 
decodeURL(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decode
 
decrypt(CodecUtils.AlgoBuilder.AlgoSymBuild) - 类 中的方法com.webapp.utils.codec.CodecUtils.Decrypt
 
decrypt(CodecUtils.AlgoBuilder.AlgoSymBuild, byte[]) - 类 中的方法com.webapp.utils.codec.CodecUtils.Decrypt
 
decrypt(CodecUtils.AlgoBuilder.AlgoSymBuild, String) - 类 中的方法com.webapp.utils.codec.CodecUtils.Decrypt
 
decrypt(CodecUtils.AlgoBuilder.AlgoBuild, Key) - 类 中的方法com.webapp.utils.codec.CodecUtils.Decrypt
 
decrypt(CodecUtils.AlgoBuilder.AlgoAsymBuild, byte[]) - 类 中的方法com.webapp.utils.codec.CodecUtils.Decrypt
 
decrypt(CodecUtils.AlgoBuilder.AlgoAsymBuild, String) - 类 中的方法com.webapp.utils.codec.CodecUtils.Decrypt
 
delTail(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
delTail(String, String) - 类 中的静态方法com.webapp.utils.string.Utils
 
Dollar - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Dollar - "$"
Dot - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Dot - "."
doubleArray(int, int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
doubleFormat(String, Class<T>) - 类 中的方法com.webapp.utils.json.JSONUtils
 

E

Email - 类 中的静态变量com.webapp.utils.regex.RegexConst
邮件 - "^\\w+((-\\w+)|(\\.\\w+))*\\@[A-Za-z0-9]+((\\.|-)[A-Za-z0-9]+)*\\.[A-Za-z0-9]+$"
Empty - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Empty - ""
Encode() - 类 的构造器com.webapp.utils.codec.CodecUtils.Encode
 
encode(String) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
encode(String, String) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
encode(CharBuffer) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
CharBuffer to ByteBuffer by UTF-8 encode
encode(CharBuffer, String) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
CharBuffer to ByteBuffer by charsetName encode
encode(byte[]) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
byte[] to ByteBuffer by UTF-8 encode
encodeBase64(byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encode
 
encodeBase64(byte[], boolean) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encode
 
encodeBase64Str(byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encode
 
encodeBase64Str(byte[], boolean) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encode
 
encodeByte(ByteBuffer) - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
encodeHex(byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encode
 
encodeRadix(byte[], int) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encode
 
encodeRadixStr(byte[], int) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encode
 
encodeURL(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encode
 
encodeUTF8(byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encode
 
EncodeUtils - com.webapp.utils.file中的类
 
encrypt(CodecUtils.AlgoBuilder.AlgoSymBuild) - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
encrypt(CodecUtils.AlgoBuilder.AlgoSymBuild, byte[]) - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
encrypt(CodecUtils.AlgoBuilder.AlgoSymBuild, String) - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
encrypt(CodecUtils.AlgoBuilder.AlgoBuild, Key) - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
encrypt(CodecUtils.AlgoBuilder.AlgoAsymBuild, byte[]) - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
encrypt(CodecUtils.AlgoBuilder.AlgoAsymBuild, String) - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
endZero(boolean) - 类 中的方法com.webapp.utils.format.FmtUtils
 
Enter - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Enter - "\n"
EnumUtils - com.webapp.utils.enums中的类
 
escapeUnicode(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encode
 
exclude(String...) - 类 中的方法com.webapp.utils.json.JSONUtils
 
exec(String, String) - 类 中的静态方法com.webapp.utils.file.CmdUtils
 
execute(ExecutorService, Callable<T>, int) - 类 中的方法com.webapp.utils.thread.ThreadPoolUtils
 
existLineMark(Path) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 

F

FilesUtils - com.webapp.utils.file中的类
 
FilesUtils() - 类 的构造器com.webapp.utils.file.FilesUtils
 
filterVal(String, String) - 类 中的方法com.webapp.utils.json.JSONUtils
 
floatArray(int, int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
fmt(int) - 类 中的方法com.webapp.utils.format.FmtUtils
 
fmt(String) - 类 中的方法com.webapp.utils.format.FmtUtils
 
Fmt_Date - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "yyyy-MM-dd"
Fmt_Date_CN - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "yyyy\u5e74MM\u6708dd\u65e5"
Fmt_Date_Slant - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "yyyy/MM/dd"
Fmt_DateTime - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "yyyy-MM-dd HH:mm:ss"
Fmt_DateTime_AT - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "yyyy.MM.dd G \'at\' HH:mm:ss z"
Fmt_DateTime_NS - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "yyyy-MM-dd HH:mm"
Fmt_DateTime_Slant - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "yyyy/MM/dd HH:mm:ss"
Fmt_DateTime_SNS - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "yyyy/MM/dd HH:mm"
Fmt_DateTime_T - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "yyyy-MM-dd\'T\'HH:mm:ss"
Fmt_DateTime_TZ - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "yyyy-MM-dd\'T\'HH:mm:ss.SSSZ"
Fmt_DateTime_TZ_Z - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
 
Fmt_DateTime_UTC - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "EEE MMM dd hh:mm:ss zzz yyyy"
Fmt_DateTime_Z - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "EEE MMM dd HH:mm:ss Z yyyy"
Fmt_Time - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "HH:mm:ss"
Fmt_Time_M - 接口 中的静态变量com.webapp.utils.date.DateTools.FmtDate
date - "h:mm a"
fmtCurrency() - 类 中的方法com.webapp.utils.format.FmtUtils
 
fmtCurrency(int) - 类 中的方法com.webapp.utils.format.FmtUtils
 
fmtDollar() - 类 中的方法com.webapp.utils.format.FmtUtils
 
fmtDollar(int) - 类 中的方法com.webapp.utils.format.FmtUtils
 
fmtPercent() - 类 中的方法com.webapp.utils.format.FmtUtils
 
fmtPercent(int) - 类 中的方法com.webapp.utils.format.FmtUtils
 
fmtRMB() - 类 中的方法com.webapp.utils.format.FmtUtils
 
fmtRMB(int) - 类 中的方法com.webapp.utils.format.FmtUtils
 
FmtUtils - com.webapp.utils.format中的类
 
format() - 类 中的方法com.webapp.utils.date.DateTools
format yyyy-MM-dd HH:mm:ss
format(String) - 类 中的方法com.webapp.utils.date.DateTools
format by format

G

gbk - 接口 中的静态变量com.webapp.utils.string.Utils.Charsets
 
genKeyPair(CodecUtils.AlgoAsymEnum.AlgoAsym) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.KeyUtils
 
genSecretKey(CodecUtils.AlgoSymEnum.AlgoSym) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.KeyUtils
 
genSecretKey(CodecUtils.AlgoSymEnum.AlgoSym, String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.KeyUtils
 
get(String) - 类 中的静态方法com.webapp.utils.http.HttpUtils
 
getAddr() - 类 中的方法com.webapp.utils.string.IDUtils
 
getAlgoAsym() - 类 中的方法com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoAsymBuild
 
getAlgoSym() - 类 中的方法com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoSymBuild
 
getAnno(Method, Class<T>) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
getAnno(Class<T>, Class<T>) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
getAnnoIfClz(Class<T>, Method, Class<T>) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
getAnnoIfMethod(Class<T>, Method, Class<T>) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
getBirth() - 类 中的方法com.webapp.utils.string.IDUtils
 
getBody() - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
getChineseTable() - 类 中的静态方法com.webapp.utils.jpinyin.PinyinResource
 
getCipherAlgo() - 类 中的方法com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
getClassPath() - 类 中的静态方法com.webapp.utils.config.PathUtils
 
getComment() - 枚举 中的方法com.webapp.utils.datasort.DataSortUtils.OrderType
 
getConfig() - 类 中的静态方法com.webapp.utils.config.ConfigUtils
 
getContext() - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
getCookie(String) - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
getCookies() - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
getCurPath(Class<?>) - 类 中的静态方法com.webapp.utils.config.PathUtils
 
getDate() - 类 中的方法com.webapp.utils.date.DateTools
Get yyyy-MM-dd
getDateTime() - 类 中的方法com.webapp.utils.date.DateTools
Get yyyy-MM-dd HH:mm:ss
getDefaultCharset() - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 
getEnum(Class<E>, String) - 类 中的静态方法com.webapp.utils.enums.EnumUtils
 
getEnum(Class<E>, String, Object) - 类 中的静态方法com.webapp.utils.enums.EnumUtils
 
getEnums(E[], E...) - 类 中的静态方法com.webapp.utils.enums.EnumUtils
 
getErrorMsg() - 类 中的方法com.webapp.utils.string.IDUtils
 
getErrorMsgs() - 类 中的方法com.webapp.utils.string.IDUtils
 
getField(Class<?>, String) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
getField(Object, String) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
getFieldVal(String, Object) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
getFieldVal(Field, Object) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
getGetMethod(Class<?>, String) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
getHeader(String) - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
getHeaders(String) - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
getIv() - 类 中的方法com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
getJavaPath() - 类 中的静态方法com.webapp.utils.config.PathUtils
 
getJavaVersion() - 类 中的静态方法com.webapp.utils.config.PathUtils
 
getKey() - 枚举 中的方法com.webapp.utils.datasort.DataSortUtils.OrderType
 
getKeyAlgo() - 类 中的方法com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
getKeySize() - 枚举 中的方法com.webapp.utils.codec.CodecUtils.AlgoAsymEnum.AlgoAsym
 
getKeySize() - 类 中的方法com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
getKeySize() - 枚举 中的方法com.webapp.utils.codec.CodecUtils.AlgoSymEnum.AlgoSym
 
getList(Class<E>, String, E...) - 类 中的静态方法com.webapp.utils.enums.EnumUtils
 
getList(Class<E>, String, Class<T>, E...) - 类 中的静态方法com.webapp.utils.enums.EnumUtils
 
getMethod(Class<T>, String, Class<?>...) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
getMillis() - 类 中的方法com.webapp.utils.date.DateTools
Get long date
getMutilPintinTable() - 类 中的静态方法com.webapp.utils.jpinyin.PinyinResource
 
getName() - 枚举 中的方法com.webapp.utils.codec.CodecUtils.AlgoAsymEnum.AlgoAsym
 
getName() - 枚举 中的方法com.webapp.utils.codec.CodecUtils.AlgoSymEnum.AlgoSym
 
getName() - 类 中的方法com.webapp.utils.jpinyin.PinyinFormat
 
getPath(String) - 类 中的静态方法com.webapp.utils.config.PathUtils
 
getPath(String, boolean) - 类 中的静态方法com.webapp.utils.config.PathUtils
 
getPatterns() - 类 中的静态方法com.webapp.utils.date.DateTools
 
getPinyinTable() - 类 中的静态方法com.webapp.utils.jpinyin.PinyinResource
 
getPrivateKey(CodecUtils.AlgoAsymEnum.AlgoAsym, byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.KeyUtils
 
getPublicKey(CodecUtils.AlgoAsymEnum.AlgoAsym, byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.KeyUtils
 
getResource(String) - 类 中的静态方法com.webapp.utils.config.PathUtils
 
getResource(String, boolean) - 类 中的静态方法com.webapp.utils.config.PathUtils
 
getSecretKey(CodecUtils.AlgoSymEnum.AlgoSym, byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.KeyUtils
 
getSex() - 类 中的方法com.webapp.utils.string.IDUtils
 
getShortPinyin(String) - 类 中的静态方法com.webapp.utils.jpinyin.PinyinHelper
获取字符串对应拼音的首字母
getTime() - 类 中的方法com.webapp.utils.date.DateTools
Get HH:mm:ss
getUserHome() - 类 中的静态方法com.webapp.utils.config.PathUtils
 
getUserPath() - 类 中的静态方法com.webapp.utils.config.PathUtils
 
getUTFCharset() - 类 中的静态方法com.webapp.utils.file.EncodeUtils
 

H

hasAnno(Class<?>, Class<? extends Annotation>) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
hasAnno(Method, Class<? extends Annotation>) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
hasField(Class<?>, String) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
Hashing() - 类 的构造器com.webapp.utils.codec.CodecUtils.Hashing
 
hashMap(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
hashSet(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
hasMultiPinyin(char) - 类 中的静态方法com.webapp.utils.jpinyin.PinyinHelper
判断一个汉字是否为多音字
hex2Str(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
HttpUtils - com.webapp.utils.http中的类
 
HttpUtils() - 类 的构造器com.webapp.utils.http.HttpUtils
 
HttpUtils.Builder - com.webapp.utils.http中的类
 
HttpUtils.BuilderGet - com.webapp.utils.http中的类
 
HttpUtils.BuilderPost - com.webapp.utils.http中的类
 

I

Idcard - 类 中的静态变量com.webapp.utils.regex.RegexConst
身份证 - "^[1-9]([0-9]{14}|[0-9]{17})$"
IDUtils - com.webapp.utils.string中的类
身份证检验类
include(String...) - 类 中的方法com.webapp.utils.json.JSONUtils
 
insertBeforeSize(ByteBuffer, int) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
insertCols(Class<T>) - 类 中的静态方法com.webapp.utils.db.MybatisUtils
 
insertLines(Path, String, int) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
insertVals(Class<T>) - 类 中的静态方法com.webapp.utils.db.MybatisUtils
 
intArray(int, int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
Integer - 类 中的静态变量com.webapp.utils.regex.RegexConst
整数 - "^-?[1-9]\\d*|0$"
Integer_n - 类 中的静态变量com.webapp.utils.regex.RegexConst
负整数 - "^-[1-9]\\d*|0$"
Integer_p - 类 中的静态变量com.webapp.utils.regex.RegexConst
正整数 - "^[1-9]\\d*|0$"
invoke(Method, Object, Class<T>) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
Ip4 - 类 中的静态变量com.webapp.utils.regex.RegexConst
ip地址 - "^((25[0-5])|(2[0-4]\\d)|(1\\d\\d)|([1-9]\\d)|\\d)(\\.((25[0-5])|(2[0-4]\\d)|(1\\d\\d)|([1-9]\\d)|\\d)){3}"
isAfter(String) - 类 中的方法com.webapp.utils.date.DateTools
 
isAfter(Date) - 类 中的方法com.webapp.utils.date.DateTools
 
isAfterNow() - 类 中的方法com.webapp.utils.date.DateTools
 
isBefore(String) - 类 中的方法com.webapp.utils.date.DateTools
 
isBefore(Date) - 类 中的方法com.webapp.utils.date.DateTools
 
isBeforeNow() - 类 中的方法com.webapp.utils.date.DateTools
 
isCBC - 类 中的变量com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
isCBC() - 类 中的方法com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
isChinese(char) - 类 中的静态方法com.webapp.utils.jpinyin.ChineseHelper
判断某个字符是否为汉字
isChinese(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
isChinese(String, boolean) - 类 中的静态方法com.webapp.utils.string.Utils
 
isExist(String) - 类 中的静态方法com.webapp.utils.config.PathUtils
 
isExist(Class<E>, String, Object) - 类 中的静态方法com.webapp.utils.enums.EnumUtils
 
isMatch(String, String) - 类 中的静态方法com.webapp.utils.regex.RegexUtils
 
isNoPadding - 类 中的变量com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
isNoPadding() - 类 中的方法com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
isNotExist(Class<E>, String, Object) - 类 中的静态方法com.webapp.utils.enums.EnumUtils
 
iso - 接口 中的静态变量com.webapp.utils.string.Utils.Charsets
 
isSym() - 枚举 中的方法com.webapp.utils.codec.CodecUtils.AlgoAsymEnum.AlgoAsym
 
isTraditionalChinese(char) - 类 中的静态方法com.webapp.utils.jpinyin.ChineseHelper
判断某个字符是否为繁体字
iv - 类 中的变量com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 

J

javap(String, String) - 类 中的静态方法com.webapp.utils.file.CmdUtils
 
jj() - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
JSONBeanUtils<T> - com.webapp.utils.json中的类
 
JSONUtils - com.webapp.utils.json中的类
JSON序列号工具完整版

K

keyAlgo - 类 中的变量com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
keySize - 类 中的变量com.webapp.utils.codec.CodecUtils.AlgoBuilder.AlgoBuild
 
KeyUtils() - 类 的构造器com.webapp.utils.codec.CodecUtils.KeyUtils
 

L

LBrace - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
LBrace - "{"
LBracket - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
LBracket - "["
Letter - 类 中的静态变量com.webapp.utils.regex.RegexConst
字母 - "^[A-Za-z]+$"
Letter_l - 类 中的静态变量com.webapp.utils.regex.RegexConst
小写字母 - "^[a-z]+$"
Letter_u - 类 中的静态变量com.webapp.utils.regex.RegexConst
大写字母 - "^[A-Z]+$"
LineThrough - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
LineThrough - "-"
LineUnder - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Underline - "_"
linkedList(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
ListUtils - com.webapp.utils.collections中的类
 
ListUtils() - 类 的构造器com.webapp.utils.collections.ListUtils
 
logAcquire(Semaphore) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
logCyclicBarrier(CyclicBarrier, String) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
logger - 接口 中的静态变量com.webapp.utils.thread.ThreadUtils
 
logRelease(Semaphore) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
longArray(int, int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
LParen - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
LParen - "("

M

map(Map<String, String>) - 类 中的方法com.webapp.utils.json.JSONBeanUtils
 
mapCamel() - 类 中的方法com.webapp.utils.json.JSONBeanUtils
 
match(String, String) - 类 中的静态方法com.webapp.utils.regex.RegexUtils
 
md5Hex(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Hashing
 
Mobile - 类 中的静态变量com.webapp.utils.regex.RegexConst
手机 - "^(13[0-9]|14[5,7]|15[^4,\\D]|17[6-8]|18[0-9])\\d{8}$"
modifyKey(String, String) - 类 中的方法com.webapp.utils.json.JSONUtils
 
modifyVal(String, Object) - 类 中的方法com.webapp.utils.json.JSONUtils
 
modifyVal(String, String, String) - 类 中的方法com.webapp.utils.json.JSONUtils
 
MybatisUtils - com.webapp.utils.db中的类
 

N

newThreadPool(int, int, int, BlockingQueue<Runnable>) - 类 中的静态方法com.webapp.utils.thread.ThreadPoolUtils
 
nextBoolean() - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextBytes(byte[]) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextDouble() - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextDouble(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextDouble(double) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextDouble(double, int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextDouble(double, double) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextDouble(double, double, int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextFloat() - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextFloat(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextInt() - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextInt(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextInt(int, int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextLong() - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextLong(long) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
nextLong(long, long) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
Notempty - 类 中的静态变量com.webapp.utils.regex.RegexConst
非空 - "^\\S+$"
notExistCreate(Path) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
now() - 类 中的静态方法com.webapp.utils.date.DateTools
now date
Num - 类 中的静态变量com.webapp.utils.regex.RegexConst
数字 - "^([+-]?)\\d*\\.?\\d+$"

O

of(byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decrypt
 
of(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decrypt
 
of(byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encrypt
 
of(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Encrypt
 
of(byte[]) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Signing
 
of(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Signing
 
of(String) - 类 中的静态方法com.webapp.utils.date.DateTools
 
of(long) - 类 中的静态方法com.webapp.utils.date.DateTools
 
of(Date) - 类 中的静态方法com.webapp.utils.date.DateTools
 
of(T) - 类 中的静态方法com.webapp.utils.format.FmtUtils
 
of(String, Class<T>) - 类 中的静态方法com.webapp.utils.json.JSONBeanUtils
 
of(Object) - 类 中的静态方法com.webapp.utils.json.JSONUtils
 
of(String) - 类 中的静态方法com.webapp.utils.string.IDUtils
 

P

PathUtils - com.webapp.utils.config中的类
 
PathUtils() - 类 的构造器com.webapp.utils.config.PathUtils
 
Percent - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Percent - "%"
Picture - 类 中的静态变量com.webapp.utils.regex.RegexConst
图片 - "(.*)\\.(jpg|bmp|gif|ico|pcx|jpeg|tif|png|raw|tga)$"
PinyinFormat - com.webapp.utils.jpinyin中的类
拼音格式类
PinyinFormat(String) - 类 的构造器com.webapp.utils.jpinyin.PinyinFormat
 
PinyinHelper - com.webapp.utils.jpinyin中的类
汉字转拼音类
PinyinHelper() - 类 的构造器com.webapp.utils.jpinyin.PinyinHelper
 
PinyinResource - com.webapp.utils.jpinyin中的类
资源文件加载类
PinyinResource() - 类 的构造器com.webapp.utils.jpinyin.PinyinResource
 
post(String) - 类 中的静态方法com.webapp.utils.http.HttpUtils
 
Pound - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Pound - "#"
propConst(Class<T>) - 类 中的静态方法com.webapp.utils.db.MybatisUtils
 
propSet(Class<T>) - 类 中的静态方法com.webapp.utils.db.MybatisUtils
 

Q

QQ - 类 中的静态变量com.webapp.utils.regex.RegexConst
QQ号码 - "^[1-9]*[1-9][0-9]*$"
Question - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Question - "?"

R

RandomUtils - com.webapp.utils.random中的类
 
Rar - 类 中的静态变量com.webapp.utils.regex.RegexConst
压缩文件 - "(.*)\\.(rar|zip|7zip|tgz)$"
RBrace - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
RBrace - "}"
RBracket - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
RBracket - "]"
read(String) - 类 中的静态方法com.webapp.utils.config.ConfigUtils
 
readAllBytes(Path) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
readAllLines(Path) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
readKey(Class<T>, InputStream) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.KeyUtils
 
RegexConst - com.webapp.utils.regex中的类
 
RegexConst() - 类 的构造器com.webapp.utils.regex.RegexConst
 
regexEmail(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
regexIdcard(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
regexMobile(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
RegexUtils - com.webapp.utils.regex中的类
 
replaceLine() - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
response() - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
RParen - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
RParen - ")"

S

safedEmail(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
safedEmail(String, int) - 类 中的静态方法com.webapp.utils.string.Utils
 
safedMobile(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
searchCols(Class<T>) - 类 中的静态方法com.webapp.utils.db.MybatisUtils
 
Semicolon - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Semicolon - ";"
send() - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
send() - 类 中的方法com.webapp.utils.http.HttpUtils.BuilderGet
 
send() - 类 中的方法com.webapp.utils.http.HttpUtils.BuilderPost
 
service - 接口 中的静态变量com.webapp.utils.thread.ThreadUtils
 
setComment(String) - 枚举 中的方法com.webapp.utils.datasort.DataSortUtils.OrderType
 
setFieldVal(Object, String, Object) - 类 中的静态方法com.webapp.utils.clz.ClzUtils
 
setHeader(HttpUriRequest) - 类 中的方法com.webapp.utils.http.HttpUtils.Builder
 
setKey(String) - 枚举 中的方法com.webapp.utils.datasort.DataSortUtils.OrderType
 
sha256Hex(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Hashing
 
sha384Hex(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Hashing
 
sha512Hex(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Hashing
 
sign(PrivateKey) - 类 中的方法com.webapp.utils.codec.CodecUtils.Signing
 
Slash - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Slash - "/"
sort(byte[]) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(char[]) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(double[]) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(float[]) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(int[]) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(long[]) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(short[]) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(byte[], DataSortUtils.OrderType) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(char[], DataSortUtils.OrderType) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(double[], DataSortUtils.OrderType) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(float[], DataSortUtils.OrderType) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(int[], DataSortUtils.OrderType) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(long[], DataSortUtils.OrderType) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(short[], DataSortUtils.OrderType) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(T[]) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(T[], DataSortUtils.OrderType) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(List<T>) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(List<T>, DataSortUtils.OrderType) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(T[], DataSortUtils.OrderType, Comparator<T>) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
sort(List<T>, DataSortUtils.OrderType, Comparator<T>) - 类 中的静态方法com.webapp.utils.datasort.DataSortUtils
 
Space - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Space - " "
split(List<T>) - 类 中的静态方法com.webapp.utils.string.Utils
 
split(List<T>, String) - 类 中的静态方法com.webapp.utils.string.Utils
 
str(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
str2Hex(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
strArray(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
strNum(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
submit4Complete(ExecutorService, Callable<T>, int) - 类 中的方法com.webapp.utils.thread.ThreadPoolUtils
 
submit4Complete(ExecutorService, Runnable, int, T) - 类 中的方法com.webapp.utils.thread.ThreadPoolUtils
 
submit4Future(ExecutorService, Callable<T>, int) - 类 中的方法com.webapp.utils.thread.ThreadPoolUtils
 
submitResult(ExecutorService, Callable<T>, int) - 类 中的方法com.webapp.utils.thread.ThreadPoolUtils
 

T

Tab - 接口 中的静态变量com.webapp.utils.string.Utils.Symbol
Tab - "\t"
Tel - 类 中的静态变量com.webapp.utils.regex.RegexConst
电话号码的函数(包括验证国内区号,国际区号,分机号) - "^(([0\\+]\\d{2,3}-)?(0\\d{2,3})-)?(\\d{7,8})(-(\\d{3,}))?$"
testCAP(Consumer<Integer>, int, String) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
testMultiCase(Supplier<T>, int, boolean) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
testMultiCase(Supplier<T>, int) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
testSimpleCAP(Consumer<Integer>, int) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
testSimpleCase(T, int, boolean) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
testSimpleCase(T, int) - 接口 中的静态方法com.webapp.utils.thread.ThreadUtils
 
threadCount - 接口 中的静态变量com.webapp.utils.thread.ThreadUtils
 
ThreadPoolUtils - com.webapp.utils.thread中的类
 
ThreadPoolUtils() - 类 的构造器com.webapp.utils.thread.ThreadPoolUtils
 
ThreadUtils - com.webapp.utils.thread中的接口
 
toBase64() - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
toBase64Str() - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
toBeanToArray() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toByte() - 类 中的方法com.webapp.utils.codec.CodecUtils.Decrypt
 
toByte() - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
toCalendar() - 类 中的方法com.webapp.utils.date.DateTools
To java.util.Calendar
toCamel(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
toCamelKey() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toCompatible() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toDate() - 类 中的方法com.webapp.utils.date.DateTools
To java.util.Date
toDouble() - 类 中的方法com.webapp.utils.format.FmtUtils
 
toDouble(int) - 类 中的方法com.webapp.utils.format.FmtUtils
 
toEmail(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
toFloat() - 类 中的方法com.webapp.utils.format.FmtUtils
 
toFloat(int) - 类 中的方法com.webapp.utils.format.FmtUtils
 
toHex() - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
toHexStr() - 类 中的方法com.webapp.utils.codec.CodecUtils.Encrypt
 
toInt() - 类 中的方法com.webapp.utils.format.FmtUtils
 
toInt(String) - 类 中的静态方法com.webapp.utils.string.IDUtils
 
toJoda() - 类 中的方法com.webapp.utils.date.DateTools
To org.joda.time.DateTime
toLong() - 类 中的方法com.webapp.utils.format.FmtUtils
 
toMapNullValue() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toNonStrKeyAsStr() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toNullBoolAsFalse() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toNullListAsEmpty() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toNullNumAsZero() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toNullStrAsEmpty() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toPascal(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
toPascalKey() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toPinyin(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
toPinyin(String, String) - 类 中的静态方法com.webapp.utils.string.Utils
 
toPrettyString() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toShort() - 类 中的方法com.webapp.utils.format.FmtUtils
 
toShortPinyin(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
toSnake(String) - 类 中的静态方法com.webapp.utils.string.Utils
 
toSnakeKey() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toSort() - 类 中的方法com.webapp.utils.json.JSONUtils
 
toStr() - 类 中的方法com.webapp.utils.codec.CodecUtils.Decrypt
 
toString(Object) - 类 中的静态方法com.webapp.utils.json.JSONUtils
 
toString() - 类 中的方法com.webapp.utils.json.JSONUtils
 
treeMap(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 
treeSet(int) - 类 中的静态方法com.webapp.utils.random.RandomUtils
 

U

uft8 - 接口 中的静态变量com.webapp.utils.string.Utils.Charsets
 
unescapeUnicode(String) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.Decode
 
unique(List<T>) - 类 中的静态方法com.webapp.utils.collections.ListUtils
 
updateCols(Class<T>) - 类 中的静态方法com.webapp.utils.db.MybatisUtils
 
Url - 类 中的静态变量com.webapp.utils.regex.RegexConst
url - "^http[s]?:\\/\\/([\\w-]+\\.)+[\\w-]+([\\w-./?%&=]*)?$"
Utils - com.webapp.utils.string中的类
字符串相关便捷工具类
Utils.Charsets - com.webapp.utils.string中的接口
 
Utils.Symbol - com.webapp.utils.string中的接口
 

V

valueOf(String) - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoAsymEnum.AlgoAsym
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoAsymEnum.AlgoAsymMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoAsymEnum.AlgoAsymPadding
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoSymEnum.AlgoSym
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoSymEnum.AlgoSymMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoSymEnum.AlgoSymPadding
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.webapp.utils.datasort.DataSortUtils.OrderType
返回带有指定名称的该类型的枚举常量。
valueOf(E, String) - 类 中的静态方法com.webapp.utils.enums.EnumUtils
 
values() - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoAsymEnum.AlgoAsym
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoAsymEnum.AlgoAsymMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoAsymEnum.AlgoAsymPadding
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoSymEnum.AlgoSym
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoSymEnum.AlgoSymMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.webapp.utils.codec.CodecUtils.AlgoSymEnum.AlgoSymPadding
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.webapp.utils.datasort.DataSortUtils.OrderType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(String, PublicKey) - 类 中的方法com.webapp.utils.codec.CodecUtils.Signing
 
viewList(List<V>) - 类 中的静态方法com.webapp.utils.collections.DataShowUtils
 
viewMapKey(Map<K, V>) - 类 中的静态方法com.webapp.utils.collections.DataShowUtils
 
viewMapKeyVal(Map<K, V>) - 类 中的静态方法com.webapp.utils.collections.DataShowUtils
 
viewMapVal(Map<K, V>) - 类 中的静态方法com.webapp.utils.collections.DataShowUtils
 
viewSet(Set<V>) - 类 中的静态方法com.webapp.utils.collections.DataShowUtils
 

W

whichLineSize(ByteBuffer, int) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
WITH_TONE_MARK - 类 中的静态变量com.webapp.utils.jpinyin.PinyinFormat
 
WITH_TONE_NUMBER - 类 中的静态变量com.webapp.utils.jpinyin.PinyinFormat
 
WITHOUT_TONE - 类 中的静态变量com.webapp.utils.jpinyin.PinyinFormat
 
writeKey(String, Object) - 类 中的静态方法com.webapp.utils.codec.CodecUtils.KeyUtils
 
writeLines(Path, ByteBuffer) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
writeLines(Path, byte[]) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
writeLines(Path, CharBuffer) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
writeLines(Path, String) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
writeLines(Path, List<String>, String) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 
writeLines(Path, List<String>) - 类 中的静态方法com.webapp.utils.file.FilesUtils
 

Z

Zipcode - 类 中的静态变量com.webapp.utils.regex.RegexConst
邮编 - "^\\d{6}$"
A B C D E F G H I J K L M N O P Q R S T U V W Z 
跳过导航链接

Copyright © 2016. All rights reserved.