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

A

Average(Collection<? extends Number>) - 类 中的静态方法cn.vorbote.commons.MathUtil
Get the average value of the numbers

B

Base64Decode(String) - 类 中的静态方法cn.vorbote.commons.SecurityUtil
Decode the string via Base64
Base64Encode(String) - 类 中的静态方法cn.vorbote.commons.SecurityUtil
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.
ClearShell() - 类 中的静态方法cn.vorbote.commons.ShellUtil
This method can clear the Shell Window, but you cannot clear the window in IDE
cn.vorbote.commons - 程序包 cn.vorbote.commons
 

D

DateToString(Date, String) - 类 中的静态方法cn.vorbote.commons.DateUtil
Transfer Date to String
DateUtil - cn.vorbote.commons中的类
DateUtil can transfer unix/java timestamps to Date object.

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

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.
MapUtil() - 类 的构造器cn.vorbote.commons.MapUtil
 
MathUtil - cn.vorbote.commons中的类
This util class can make some formal calculation.
Md5Encrypt(String) - 类 中的静态方法cn.vorbote.commons.SecurityUtil
Encrypt the string via MD5

R

RunShell(String) - 类 中的静态方法cn.vorbote.commons.ShellUtil
You can run some shell command via this util.

S

SecurityUtil - cn.vorbote.commons中的类
This tool class can convert String to Base64-String or MD5-String
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
ShellUtil - cn.vorbote.commons中的类
This util class is used to run some shell commands via Java
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

U

Underline(String) - 类 中的静态方法cn.vorbote.commons.CaseUtil
Transfer camel strings to underlined string
UNIX_TIMESTAMP - 类 中的静态变量cn.vorbote.commons.DateUtil
 
A B C D F G I J L M R S T U 
所有类 所有程序包