A B C D E F G H I J L M N R S T U V 
所有类 所有程序包

A

AES - cn.vorbote.commons.enums.EncryptMethod
 
ArgsCountDontMatchException - cn.vorbote.commons.except中的异常错误
This exception means that the count of your given args doesn't match the count of the wild cards.
ArgsCountDontMatchException() - 异常错误 的构造器cn.vorbote.commons.except.ArgsCountDontMatchException
 
ArgsCountDontMatchException(String) - 异常错误 的构造器cn.vorbote.commons.except.ArgsCountDontMatchException
 
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
Convert a result set to rows.
Count(String, String) - 类 中的静态方法cn.vorbote.commons.StringUtil
To count how many times does the substring in the base string.

D

DatabaseUtil - cn.vorbote.commons中的类
This util is to convert a ResultSet to several rows.
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 HashUtil and supplied all supported methods by the HashUtil.
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
Format(String, Object...) - 类 中的静态方法cn.vorbote.commons.StringUtil
Format any string using wild card of "{}"

G

GetCalendar(Date) - 类 中的静态方法cn.vorbote.commons.DateUtil
Get the calendar instance by a date instance.
GetDate(int, int, int) - 类 中的静态方法cn.vorbote.commons.DateUtil
Create a date instance by calendar.
GetDate(Calendar) - 类 中的静态方法cn.vorbote.commons.DateUtil
Create a date instance by calendar.
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
IsNotBetween(Number, Number, Number) - 类 中的静态方法cn.vorbote.commons.MathUtil
Check the num whether is not between the noLess and noGreater number
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
 

N

NumberOutFieldsException - cn.vorbote.commons.except中的异常错误
This exception means the number is too large or too small.
NumberOutFieldsException() - 异常错误 的构造器cn.vorbote.commons.except.NumberOutFieldsException
 
NumberOutFieldsException(String) - 异常错误 的构造器cn.vorbote.commons.except.NumberOutFieldsException
 

R

RC4 - cn.vorbote.commons.enums.EncryptMethod
 
RgbUtil - cn.vorbote.commons中的类
This is the class for transformatting rgb values.

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
ToBinaryString(int) - 类 中的静态方法cn.vorbote.commons.MathUtil
 
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
ToHex(int, int, int) - 类 中的静态方法cn.vorbote.commons.RgbUtil
This util can transfer a specified color to hex String.
ToHexString(int, boolean) - 类 中的静态方法cn.vorbote.commons.MathUtil
Transformat a decimal number to hex number.
ToOctalString(int) - 类 中的静态方法cn.vorbote.commons.MathUtil
 
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中的异常错误
This exception means the specified algorithm is not supported.
UnsupportedAlgorithmException() - 异常错误 的构造器cn.vorbote.commons.except.UnsupportedAlgorithmException
 
UnsupportedAlgorithmException(String) - 异常错误 的构造器cn.vorbote.commons.except.UnsupportedAlgorithmException
 
UnsupportedDataTypeException - cn.vorbote.commons.except中的异常错误
This exception means the date type to transform is not supported.
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
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G H I J L M N R S T U V 
所有类 所有程序包