索引

A B C D E F G H I J M N O P R S T U V 
All Classes and Interfaces|序列化表格|所有程序包

A

add(TimeSpan) - 类中的方法 cn.vorbote.core.time.DateTime
Add the specific time to the DateTime instance.
add(Number) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Add a number to the original figure.
add(Number, Integer) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Calc: the original value add the other number.
addDays(double) - 类中的方法 cn.vorbote.core.time.DateTime
Returns a new DateTime that adds the specified number of days to the value of this instance.
addDays(int) - 类中的方法 cn.vorbote.core.time.TimeSpan
Add days to this TimeSpan.
Note: This method support chain call.
addHours(double) - 类中的方法 cn.vorbote.core.time.DateTime
Returns a new DateTime that adds the specified number of hours to the value of this instance.
addHours(int) - 类中的方法 cn.vorbote.core.time.TimeSpan
Add hours to this TimeSpan.
Note: This method support chain call.
addMinutes(double) - 类中的方法 cn.vorbote.core.time.DateTime
Returns a new DateTime that adds the specified number of hours to the value of this instance.
addMinutes(int) - 类中的方法 cn.vorbote.core.time.TimeSpan
Add minutes to this TimeSpan.
Note: This method support chain call.
addMonths(int) - 类中的方法 cn.vorbote.core.time.DateTime
Returns a new DateTime that adds the specified number of months to the value of this instance.
addSeconds(int) - 类中的方法 cn.vorbote.core.time.DateTime
Returns a new DateTime that adds the specified number of seconds to the value of this instance.
addSeconds(int) - 类中的方法 cn.vorbote.core.time.TimeSpan
Add seconds to this TimeSpan.
Note: This method support chain call.
addYears(int) - 类中的方法 cn.vorbote.core.time.DateTime
Returns a new DateTime that adds the specified number of years to the value of this instance.
AES - 枚举 中的枚举常量 cn.vorbote.core.constants.Hash
 
APRIL - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value APRIL
AUGUST - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value AUGUST
awaitToNextMillis(long) - 类中的方法 cn.vorbote.core.utils.SnowFlake
Block until the next millisecond until a new timestamp is obtained.

B

base64Decode(String) - 类中的静态方法 cn.vorbote.core.utils.HashUtil
Decode the string via Base64.
base64Encode(String) - 类中的静态方法 cn.vorbote.core.utils.HashUtil
Encrypt the string via Base64.
build() - 类中的方法 cn.vorbote.core.time.TimeSpan.Builder
Build a TimeSpan instance.
builder() - 类中的静态方法 cn.vorbote.core.time.TimeSpan
Generate a builder of TimeSpan.
Builder() - 类的构造器 cn.vorbote.core.time.TimeSpan.Builder
Generate a new Builder, use protected to prevent other coders use it.

C

CalculationUtil - cn.vorbote.core.utils中的类
Calculation Util can help you with high precision math calculation.
cast(Object, Class<T>) - 类中的静态方法 cn.vorbote.core.utils.MapUtil
Cast the value to the required type.
cn.vorbote.core.constants - 程序包 cn.vorbote.core.constants
 
cn.vorbote.core.exceptions - 程序包 cn.vorbote.core.exceptions
 
cn.vorbote.core.time - 程序包 cn.vorbote.core.time
 
cn.vorbote.core.utils - 程序包 cn.vorbote.core.utils
 
compareTo(DateTime) - 类中的方法 cn.vorbote.core.time.DateTime
Compares this object with the specified object for order.
containsWhitespace(CharSequence) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check whether the given CharSequence contains any whitespace characters.
containsWhitespace(String) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check whether the given String contains any whitespace characters.
count(String, String) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
To count how many times does the substring in the base string.
currentTimestamp() - 类中的方法 cn.vorbote.core.utils.SnowFlake
Return current timestamp with the unit of millisecond.

D

DateTime - cn.vorbote.core.time中的类
DateTime class supports useful methods to times.
DateTime() - 类的构造器 cn.vorbote.core.time.DateTime
Generate a new DateTime instance of current time.
DateTime(int, int, int) - 类的构造器 cn.vorbote.core.time.DateTime
Generate a specified DateTime instance of the date.
DateTime(int, int, int, int, int, int) - 类的构造器 cn.vorbote.core.time.DateTime
Generate a specified DateTime instance of the date.
DateTime(long) - 类的构造器 cn.vorbote.core.time.DateTime
Build a DateTime instance by java timestamp or unix timestamp.
DateTime(long, boolean) - 类的构造器 cn.vorbote.core.time.DateTime
Common constructor for timestamp.
DateTime(Calendar) - 类的构造器 cn.vorbote.core.time.DateTime
Generate a new DateTime instance of current time.
DateTime(Date) - 类的构造器 cn.vorbote.core.time.DateTime
Generate a new DateTime instance of current time.
days(int) - 类中的方法 cn.vorbote.core.time.TimeSpan.Builder
Set the number of days between two times.
DECEMBER - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value DECEMBER
decrypt(Hash, String, byte[]) - 类中的静态方法 cn.vorbote.core.utils.HashUtil
This method can decrypt a encrypted String(in byte mode).
decrypt(Hash, String, String) - 类中的静态方法 cn.vorbote.core.utils.HashUtil
This method can decrypt an encrypted String(in byte mode).
DES - 枚举 中的枚举常量 cn.vorbote.core.constants.Hash
 
divide(Number) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Calc: the original value divide the other number.
divide(Number, Integer) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Calc: the original value divide the other number.
divideWithScale(Number, Integer) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Calc: the original value divide the other number.
divideWithScale(Number, Integer, Integer) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Calc: the original value divide the other number.
doesNotHaveText(CharSequence) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check whether the given CharSequence contains actual text.
doesNotHaveText(String) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check whether the given String contains actual text.

E

encrypt(Hash, String) - 类中的静态方法 cn.vorbote.core.utils.HashUtil
Encrypt the string via specified encrypt method.
encrypt(Hash, String, String) - 类中的静态方法 cn.vorbote.core.utils.HashUtil
Encrypt a string to a HexString
encryptToByteStream(Hash, String, String) - 类中的静态方法 cn.vorbote.core.utils.HashUtil
Encrypt the data through a key.
equals(Object) - 类中的方法 cn.vorbote.core.time.DateTime
Returns a value indicating whether the value of this instance is equal to the value of the specified DateTime instance.
equals(Object) - 类中的方法 cn.vorbote.core.time.TimeSpan
Check that the given Object instance is equal to this instance.

F

FEBRUARY - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value FEBRUARY
format(String, Object...) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Format any string using wild card of "{}".

G

get() - 枚举中的方法 cn.vorbote.core.constants.Hash
Get the instance value of this constant value.
get() - 接口中的方法 cn.vorbote.core.constants.IConstant
Get the instance value of this constant value.
get() - 枚举中的方法 cn.vorbote.core.constants.Month
Get the instance value of this constant value.
getDays() - 类中的方法 cn.vorbote.core.time.TimeSpan
Get the number of days between two times.
getDouble() - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Get the value of the calculation in Double.
getDouble(int) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Get the value of the calculation in Double.
getFieldValue(Object, String) - 类中的静态方法 cn.vorbote.core.utils.MapUtil
Get the specified field value, equivalent to obj.getFieldName.
getFieldValue(Object, String, Class<T>) - 类中的静态方法 cn.vorbote.core.utils.MapUtil
Get the specified field value, equivalent to obj.getFieldName.
GetFieldValue(Object, String) - 类中的静态方法 cn.vorbote.core.utils.MapUtil
已过时。
getHours() - 类中的方法 cn.vorbote.core.time.TimeSpan
Get the number of hours between two times.
getInteger() - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Get the value of the calculation in Integer.
getLong() - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Get the value of the calculation in Long.
getMessage() - 异常错误中的方法 cn.vorbote.core.exceptions.TimeOutRangeException
Convert to a String to make this exception clear enough for coders.
getMessage() - 异常错误中的方法 cn.vorbote.core.exceptions.UnsupportedHashAlgorithmException
 
getMinutes() - 类中的方法 cn.vorbote.core.time.TimeSpan
Get the number of minutes between two times.
getSeconds() - 类中的方法 cn.vorbote.core.time.TimeSpan
Get the number of seconds between two times.
getTimestamp() - 类中的方法 cn.vorbote.core.time.DateTime
Getter for timestamp, returns a unix timestamp.
getTotalSeconds() - 类中的方法 cn.vorbote.core.time.TimeSpan
Get total seconds.
getValue() - 枚举中的方法 cn.vorbote.core.constants.Month
Get the month value.
getValue() - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Get the value of the calculation in BigDecimal.
getValue(int) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Get the value of the calculation in BigDecimal.

H

Hash - cn.vorbote.core.constants中的枚举
This is an enum class for HashUtil and supplied all supported methods by the HashUtil.
hashCode() - 类中的方法 cn.vorbote.core.time.DateTime
Generate a hash code of this object.
hashCode() - 类中的方法 cn.vorbote.core.time.TimeSpan
 
HashUtil - cn.vorbote.core.utils中的类
HashUtil can help you hash arbitrary strings.
hasLength(CharSequence) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check that the given String is neither null nor of length 0.
hasText(CharSequence) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check whether the given CharSequence contains actual text.
hasText(String) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check whether the given String contains actual text.
hours(int) - 类中的方法 cn.vorbote.core.time.TimeSpan.Builder
Set the number of hours between two times.

I

IConstant<T> - cn.vorbote.core.constants中的接口
The interface IConstant is the standard of all the enumerations in the class library.
Created at 3/1/2022 11:06 PM.
isBlank(String) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Determine if the string contains only white space characters.
isCorrectValue(Integer) - 枚举中的方法 cn.vorbote.core.constants.Month
Check whether the provided value is a correct value of this enumeration.
isCorrectValue(String) - 枚举中的方法 cn.vorbote.core.constants.Hash
Check whether the provided value is a correct value of this enumeration.
isCorrectValue(T) - 接口中的方法 cn.vorbote.core.constants.IConstant
Check whether the provided value is a correct value of this enumeration.
isEmpty(Object) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check whether the given String is empty.
isEmpty(String) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check the string is empty.
isLeapYear() - 类中的方法 cn.vorbote.core.time.DateTime
Returns an indication whether the specified year is a leap year.
isNotEmpty(String) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Check the string is not empty.

J

JANUARY - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value January
java() - 类中的方法 cn.vorbote.core.time.DateTime
Get the Java Timestamp of this (@code DateTime} instance.
JULY - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value JULY
JUNE - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value JUNE

M

mapToObject(Map<String, Object>, Class<T>) - 类中的静态方法 cn.vorbote.core.utils.MapUtil
Set an object by reflection, it will create a new instance by this method, you don't have to pass an instance to it anymore.
MapUtil - cn.vorbote.core.utils中的类
Map Utility will automatically convert data between Map and instance objects.
MARCH - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value MARCH
MAY - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value MAY
MD2 - 枚举 中的枚举常量 cn.vorbote.core.constants.Hash
 
MD5 - 枚举 中的枚举常量 cn.vorbote.core.constants.Hash
 
minus(DateTime) - 类中的方法 cn.vorbote.core.time.DateTime
A DateTime instance minus another instance will return a TimeSpan instance, this TimeSpan instance will tell you how many days, hours, minutes, seconds and milliseconds between them.
minus(TimeSpan) - 类中的方法 cn.vorbote.core.time.DateTime
Minus the specific time to the DateTime instance.
minutes(int) - 类中的方法 cn.vorbote.core.time.TimeSpan.Builder
Set the number of minutes between two times.
Month - cn.vorbote.core.constants中的枚举
Month constant values.
multiply(Number) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Calc: the original value multiply the other number.
multiply(Number, Integer) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Calc: the original value multiply the other number.

N

nextId() - 类中的方法 cn.vorbote.core.utils.SnowFlake
Get next unique id.
NOVEMBER - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value NOVEMBER
now() - 类中的静态方法 cn.vorbote.core.time.DateTime
Get the current Date and Time.

O

objectToMap(Object) - 类中的静态方法 cn.vorbote.core.utils.MapUtil
Dynamically convert object to dictionary/map.
OCTOBER - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value OCTOBER

P

pattern() - 类中的方法 cn.vorbote.core.time.DateTime
Get pattern for this datetime.
pattern(String) - 类中的方法 cn.vorbote.core.time.DateTime
Set pattern for this datetime.

R

RC4 - 枚举 中的枚举常量 cn.vorbote.core.constants.Hash
 

S

seconds(int) - 类中的方法 cn.vorbote.core.time.TimeSpan.Builder
Set the number of seconds between two times.
SEPTEMBER - 枚举 中的枚举常量 cn.vorbote.core.constants.Month
Constant value SEPTEMBER
setFieldValue(Object, String, Object) - 类中的静态方法 cn.vorbote.core.utils.MapUtil
Get the specified field value, equivalent to obj.setFieldName.
setTotalSeconds(long) - 类中的方法 cn.vorbote.core.time.TimeSpan
Set total seconds.
SHA_1 - 枚举 中的枚举常量 cn.vorbote.core.constants.Hash
 
SHA_224 - 枚举 中的枚举常量 cn.vorbote.core.constants.Hash
 
SHA_256 - 枚举 中的枚举常量 cn.vorbote.core.constants.Hash
 
SHA_384 - 枚举 中的枚举常量 cn.vorbote.core.constants.Hash
 
SHA_512 - 枚举 中的枚举常量 cn.vorbote.core.constants.Hash
 
SnowFlake - cn.vorbote.core.utils中的类
Distributed Sequence Generator.
SnowFlake(long, long) - 类的构造器 cn.vorbote.core.utils.SnowFlake
Constructor can build a new SnowFlake instance.
SnowFlake(long, long, long) - 类的构造器 cn.vorbote.core.utils.SnowFlake
Constructor can build a new SnowFlake instance.
SnowFlakeException - cn.vorbote.core.exceptions中的异常错误
SnowFlakeException
Created at Jun 19, 2022 00:12:12 AM
SnowFlakeException() - 异常错误的构造器 cn.vorbote.core.exceptions.SnowFlakeException
 
SnowFlakeException(String) - 异常错误的构造器 cn.vorbote.core.exceptions.SnowFlakeException
 
startOf(Number) - 类中的静态方法 cn.vorbote.core.utils.CalculationUtil
The initial value of start.
StringUtil - cn.vorbote.core.utils中的类
Miscellaneous String utility methods.
subtract(Number) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Calc: the original value subtract the other number.
subtract(Number, Integer) - 类中的方法 cn.vorbote.core.utils.CalculationUtil
Calc: the original value subtract the other number.

T

TimeOutRangeException - cn.vorbote.core.exceptions中的异常错误
If the value of the specific field in time is out of its correct range, this exception will be thrown.
For example, if you set the field "minute" to 60 will cause this exception.
TimeOutRangeException(String, Integer, Integer) - 异常错误的构造器 cn.vorbote.core.exceptions.TimeOutRangeException
Constructor, to build a clear exception message.
TimeSpan - cn.vorbote.core.time中的类
Represents a time interval.
TimeSpan() - 类的构造器 cn.vorbote.core.time.TimeSpan
No-args constructor, you can use this to build a TimeSpan with 0 days, 0 hours, 0 minutes and 0 seconds.
TimeSpan(int) - 类的构造器 cn.vorbote.core.time.TimeSpan
This constructor will build a TimeSpan with specific total seconds.
TimeSpan(int, int, int, int) - 类的构造器 cn.vorbote.core.time.TimeSpan
This constructor will build a TimeSpan with specific data.
TimeSpan.Builder - cn.vorbote.core.time中的类
Inner class Builder of TimeSpan.
timestamp() - 类中的方法 cn.vorbote.core.time.DateTime
Get the timestamp.
timestamp(long) - 类中的方法 cn.vorbote.core.time.DateTime
Set the timestamp.
toCalendar() - 类中的方法 cn.vorbote.core.time.DateTime
Convert DateTime instance to Calendar instance.
toDate() - 类中的方法 cn.vorbote.core.time.DateTime
Convert DateTime instance to Date instance.
toString() - 枚举中的方法 cn.vorbote.core.constants.Hash
This method helps you get the value of the enum.
toString() - 异常错误中的方法 cn.vorbote.core.exceptions.TimeOutRangeException
Convert to a String to make this exception clear enough for coders.
toString() - 异常错误中的方法 cn.vorbote.core.exceptions.UnsupportedHashAlgorithmException
 
toString() - 类中的方法 cn.vorbote.core.time.DateTime
This method o.toString() will convert the timestamp to a string time expression in the specified format.
toString() - 类中的方法 cn.vorbote.core.time.TimeSpan
 
totalHours() - 类中的方法 cn.vorbote.core.time.TimeSpan
Get the total hours in this TimeSpan.
totalSeconds() - 类中的方法 cn.vorbote.core.time.TimeSpan
Get the total seconds in this TimeSpan.
totalSeconds(long) - 类中的方法 cn.vorbote.core.time.TimeSpan
 
trimAllWhitespace(String) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Trim all whitespace from the given String: leading, trailing, and in between characters.
trimWhitespace(String) - 类中的静态方法 cn.vorbote.core.utils.StringUtil
Trim leading and trailing whitespace from the given String.

U

unix() - 类中的方法 cn.vorbote.core.time.DateTime
Get the Unix Timestamp of this current time.
UnsupportedHashAlgorithmException - cn.vorbote.core.exceptions中的异常错误
This exception means the specified jwt algorithm is not supported.
UnsupportedHashAlgorithmException(String) - 异常错误的构造器 cn.vorbote.core.exceptions.UnsupportedHashAlgorithmException
 
UnsupportedJwtAlgorithmException - cn.vorbote.core.exceptions中的异常错误
This exception means the specified jwt algorithm is not supported.
UnsupportedJwtAlgorithmException() - 异常错误的构造器 cn.vorbote.core.exceptions.UnsupportedJwtAlgorithmException
 
UnsupportedJwtAlgorithmException(String) - 异常错误的构造器 cn.vorbote.core.exceptions.UnsupportedJwtAlgorithmException
 

V

valueOf(String) - 枚举中的静态方法 cn.vorbote.core.constants.Hash
返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
valueOf(String) - 枚举中的静态方法 cn.vorbote.core.constants.Month
返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
values() - 枚举中的静态方法 cn.vorbote.core.constants.Hash
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
values() - 枚举中的静态方法 cn.vorbote.core.constants.Month
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
A B C D E F G H I J M N O P R S T U V 
All Classes and Interfaces|序列化表格|所有程序包