A B C D E F G H I J L M R S T U V
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- AES - cn.vorbote.commons.enums.EncryptMethod
- Average(Collection<? extends Number>) - 类 中的静态方法cn.vorbote.commons.MathUtil
-
Get the average value of the numbers
B
- Base64Decode(String) - 类 中的静态方法cn.vorbote.commons.HashUtil
-
Decode the string via Base64
- Base64Encode(String) - 类 中的静态方法cn.vorbote.commons.HashUtil
-
Encrypt the string via Base64
- BoolUtil - cn.vorbote.commons中的类
-
This util class is used to cast some usual data types to boolean type.
C
- CaseUtil - cn.vorbote.commons中的类
-
This util class can transfer string to a specific pattern.
- cn.vorbote.commons - 程序包 cn.vorbote.commons
- cn.vorbote.commons.enums - 程序包 cn.vorbote.commons.enums
- cn.vorbote.commons.except - 程序包 cn.vorbote.commons.except
- ConvertList(ResultSet) - 类 中的静态方法cn.vorbote.commons.DatabaseUtil
D
- DatabaseUtil - cn.vorbote.commons中的类
- DateToString(Date, String) - 类 中的静态方法cn.vorbote.commons.DateUtil
-
Transfer Date to String
- DateUtil - cn.vorbote.commons中的类
-
DateUtil can transfer unix/java timestamps to Date object.
- Decrypt(EncryptMethod, String, byte[]) - 类 中的静态方法cn.vorbote.commons.HashUtil
-
This method can decrypt a encrypted String(in byte mode).
- Decrypt(EncryptMethod, String, String) - 类 中的静态方法cn.vorbote.commons.HashUtil
-
This method can decrypt a encrypted String(in byte mode).
- DES - cn.vorbote.commons.enums.EncryptMethod
E
- Encrypt(EncryptMethod, String) - 类 中的静态方法cn.vorbote.commons.HashUtil
-
Encrypt the string via specified encrypt method.
- Encrypt(EncryptMethod, String, String) - 类 中的静态方法cn.vorbote.commons.HashUtil
-
Encrypt a string to a HexString
- EncryptMethod - cn.vorbote.commons.enums中的枚举
-
This is a enum class for
HashUtiland supplied all supported methods by theHashUtil. - EncryptToByteStream(EncryptMethod, String, String) - 类 中的静态方法cn.vorbote.commons.HashUtil
-
Encrypt the data through a key.
F
- Factorial(int) - 类 中的静态方法cn.vorbote.commons.MathUtil
-
Calc the factorial of n
G
- GetFieldValue(String, Object) - 类 中的静态方法cn.vorbote.commons.MapUtil
-
Get the specified field value, equivalent to
obj.getFieldName
H
- HashUtil - cn.vorbote.commons中的类
-
This tool class can convert String to different types of results.
I
- IsBetween(Number, Number, Number) - 类 中的静态方法cn.vorbote.commons.MathUtil
-
Check the num whether is between the noLess and noGreater number
- IsBlank(String) - 类 中的静态方法cn.vorbote.commons.StringUtil
-
Check the string is blank
- IsEmpty(String) - 类 中的静态方法cn.vorbote.commons.StringUtil
-
Check the string is empty
- IsNotEmpty(String) - 类 中的静态方法cn.vorbote.commons.StringUtil
-
Check the string is not empty
J
- JAVA_TIMESTAMP - 类 中的静态变量cn.vorbote.commons.DateUtil
L
- LowerCamel(String) - 类 中的静态方法cn.vorbote.commons.CaseUtil
-
Transfer underlined string to camel string
M
- MapUtil - cn.vorbote.commons中的类
-
This util class can be used for automatic conversion between dictionaries/maps and objects P.S: If your data cannot be transferred, please contact me via email by sending the data's detail to theodore0126@outlook.com.
- MathUtil - cn.vorbote.commons中的类
-
This util class can make some formal calculation.
- MD2 - cn.vorbote.commons.enums.EncryptMethod
- MD5 - cn.vorbote.commons.enums.EncryptMethod
R
- RC4 - cn.vorbote.commons.enums.EncryptMethod
S
- SetFieldValue(String, Object, Object) - 类 中的静态方法cn.vorbote.commons.MapUtil
-
Set the specified field value, which is equivalent to
obj.setFieldName(fieldValue) - SetMap(Object) - 类 中的静态方法cn.vorbote.commons.MapUtil
-
Dynamically convert object to dictionary/map
- SetObject(Map<String, Object>, Object) - 类 中的静态方法cn.vorbote.commons.MapUtil
-
Convert Map to Object
- SHA_1 - cn.vorbote.commons.enums.EncryptMethod
- SHA_224 - cn.vorbote.commons.enums.EncryptMethod
- SHA_256 - cn.vorbote.commons.enums.EncryptMethod
- SHA_384 - cn.vorbote.commons.enums.EncryptMethod
- SHA_512 - cn.vorbote.commons.enums.EncryptMethod
- StringUtil - cn.vorbote.commons中的类
-
This is the string util
- Sum(Collection<? extends Number>) - 类 中的静态方法cn.vorbote.commons.MathUtil
-
Get the sum of the numbers
T
- TimestampToDate(String) - 类 中的静态方法cn.vorbote.commons.DateUtil
-
Transfer timestamp to class java.util.Date
- ToBool(byte) - 类 中的静态方法cn.vorbote.commons.BoolUtil
-
Convert byte to boolean
- ToBool(char) - 类 中的静态方法cn.vorbote.commons.BoolUtil
-
Convert char to boolean
- ToBool(double) - 类 中的静态方法cn.vorbote.commons.BoolUtil
-
Convert double to boolean
- ToBool(float) - 类 中的静态方法cn.vorbote.commons.BoolUtil
-
Convert float to boolean
- ToBool(int) - 类 中的静态方法cn.vorbote.commons.BoolUtil
-
Convert int to boolean
- ToBool(long) - 类 中的静态方法cn.vorbote.commons.BoolUtil
-
Convert long to boolean
- ToBool(short) - 类 中的静态方法cn.vorbote.commons.BoolUtil
-
Convert short to boolean
- ToBool(Object) - 类 中的静态方法cn.vorbote.commons.BoolUtil
-
Convert Object to boolean
- toString() - 枚举 中的方法cn.vorbote.commons.enums.EncryptMethod
-
已过时。
- ToString() - 枚举 中的方法cn.vorbote.commons.enums.EncryptMethod
-
This method helps you get the value of the enum.
U
- Underline(String) - 类 中的静态方法cn.vorbote.commons.CaseUtil
-
Transfer camel strings to underlined string
- UNIX_TIMESTAMP - 类 中的静态变量cn.vorbote.commons.DateUtil
- UnsupportedAlgorithmException - cn.vorbote.commons.except中的异常错误
- UnsupportedAlgorithmException() - 异常错误 的构造器cn.vorbote.commons.except.UnsupportedAlgorithmException
- UnsupportedAlgorithmException(String) - 异常错误 的构造器cn.vorbote.commons.except.UnsupportedAlgorithmException
- UnsupportedDataTypeException - cn.vorbote.commons.except中的异常错误
- UnsupportedDataTypeException() - 异常错误 的构造器cn.vorbote.commons.except.UnsupportedDataTypeException
- UnsupportedDataTypeException(String) - 异常错误 的构造器cn.vorbote.commons.except.UnsupportedDataTypeException
V
- valueOf(String) - 枚举 中的静态方法cn.vorbote.commons.enums.EncryptMethod
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.vorbote.commons.enums.EncryptMethod
-
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
所有类 所有程序包