跳过导航链接
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

AbstCombFactory - com.ms.tools.core.id.factory.uuid.factory中的类
Abstract Factory for creating COMB GUIDs.
AbstCombFactory.Builder<T,B extends AbstCombFactory.Builder<T,B>> - com.ms.tools.core.id.factory.uuid.factory中的类
Abstract builder for creating a COMB factory.
AbstNameBasedFactory - com.ms.tools.core.id.factory.uuid.factory中的类
Abstract factory for creating name-based unique identifiers (UUIDv3 and UUIDv5).
AbstRandomBasedFactory - com.ms.tools.core.id.factory.uuid.factory中的类
Abstract factory for creating random-based unique identifiers (UUIDv4).
AbstTimeBasedFactory - com.ms.tools.core.id.factory.uuid.factory中的类
Abstract factory for creating time-based unique identifiers (UUIDv1, UUIDv2 and UUIDv6).
AbstTimeBasedFactory.Builder<T,B extends AbstTimeBasedFactory.Builder<T,B>> - com.ms.tools.core.id.factory.uuid.factory中的类
Abstract builder for creating a time-based factory.
add(double, double) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的加法运算
add(String, String) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的加法运算
add(String, String, int) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的加法运算
add(double) - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
加法
add(String) - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
加法
addChildren(T) - 接口 中的方法com.ms.tools.core.base.tree.TreeMixin
添加子节点
allowPasswordRule(String, PasswordRulesEnum) - 类 中的静态方法com.ms.tools.core.base.info.PasswordUtils
正则表达式:密码强度效验
AND - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
AND - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
apply(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.function.Base16Decoder
 
apply(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.function.Base16Encoder
 
apply(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.function.Base32Decoder
 
apply(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.function.Base32Encoder
 
apply(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.function.Base64Decoder
 
apply(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.function.Base64Encoder
 
apply(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.function.BaseNRemainderDecoder
 
apply(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.function.BaseNRemainderEncoder
 
apply(int) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.impl.DefaultRandomFunction
 
applyAsLong(long) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.impl.DefaultClockSeqFunction
 
ArithmeticUtils - com.ms.tools.core.math中的类
计算器工具类
ArithmeticUtils() - 类 的构造器com.ms.tools.core.math.ArithmeticUtils
 
array() - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.CharArray
 
array() - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.LongArray
 
ArrayUtils - com.ms.tools.core.base.basic中的接口
数组工具类
AT - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
AT - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 

B

BACKSLASH - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
BACKSLASH - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
BACKTICK - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
BACKTICK - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
bankCardDesensitization(String) - 类 中的静态方法com.ms.tools.core.base.info.DesensitizationUtils
银行卡号脱敏 脱敏规则:前四位明文,后四位明文,其他脱敏
Base16Codec - com.ms.tools.core.id.factory.uuid.codec.base中的类
Codec for base-16 as defined in RFC-4648.
Base16Codec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.Base16Codec
 
Base16Decoder - com.ms.tools.core.id.factory.uuid.codec.base.function中的类
Function that decodes a base-16 string to a UUID.
Base16Decoder(BaseN) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.Base16Decoder
 
Base16Encoder - com.ms.tools.core.id.factory.uuid.codec.base.function中的类
Function that encodes a UUID to a base-16 string.
Base16Encoder(BaseN) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.Base16Encoder
 
Base32Codec - com.ms.tools.core.id.factory.uuid.codec.base中的类
Codec for base-32 as defined in RFC-4648.
Base32Codec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.Base32Codec
 
Base32Decoder - com.ms.tools.core.id.factory.uuid.codec.base.function中的类
Function that decodes a base-32 string to a UUID.
Base32Decoder(BaseN) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.Base32Decoder
 
Base32Encoder - com.ms.tools.core.id.factory.uuid.codec.base.function中的类
Function that encodes a UUID to a base-32 string.
Base32Encoder(BaseN) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.Base32Encoder
 
Base58BtcCodec - com.ms.tools.core.id.factory.uuid.codec.base中的类
Codec for base-58.
Base58BtcCodec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.Base58BtcCodec
 
Base62Codec - com.ms.tools.core.id.factory.uuid.codec.base中的类
Codec for base-62.
Base62Codec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.Base62Codec
 
Base64Codec - com.ms.tools.core.id.factory.uuid.codec.base中的类
Codec for base-64 as defined in RFC-4648.
Base64Codec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.Base64Codec
 
Base64Decoder - com.ms.tools.core.id.factory.uuid.codec.base.function中的类
Function that decodes a base-64 string to a UUID.
Base64Decoder(BaseN) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.Base64Decoder
 
Base64Encoder - com.ms.tools.core.id.factory.uuid.codec.base.function中的类
Function that encodes a UUID to a base-64 string.
Base64Encoder(BaseN) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.Base64Encoder
 
Base64UrlCodec - com.ms.tools.core.id.factory.uuid.codec.base中的类
Codec for base-64-url as defined in RFC-4648.
Base64UrlCodec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.Base64UrlCodec
 
BaseIp - com.ms.tools.core.enums.ip中的类
 
BaseIp() - 类 的构造器com.ms.tools.core.enums.ip.BaseIp
 
BaseN - com.ms.tools.core.id.factory.uuid.codec.base中的类
Class that represents the base-n encodings.
BaseN(int) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.BaseN
Public constructor for the base-n object.
BaseN(String) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.BaseN
Public constructor for the base-n object.
BaseNCodec - com.ms.tools.core.id.factory.uuid.codec.base中的类
Abstract class that contains the basic functionality for base-n codecs of this package.
BaseNCodec.CustomDivider - com.ms.tools.core.id.factory.uuid.codec.base中的接口
A division function that returns quotient and remainder.
BaseNDecoder - com.ms.tools.core.id.factory.uuid.codec.base.function中的类
Abstract function to be extended by all decoder functions of this package.
BaseNDecoder(BaseN) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.BaseNDecoder
 
BaseNEncoder - com.ms.tools.core.id.factory.uuid.codec.base.function中的类
Abstract function to be extended by all encoder functions of this package.
BaseNEncoder(BaseN) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.BaseNEncoder
 
BaseNRemainderDecoder - com.ms.tools.core.id.factory.uuid.codec.base.function中的类
Function that decodes a base-n string to a UUID.
BaseNRemainderDecoder(BaseN) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.BaseNRemainderDecoder
 
BaseNRemainderEncoder - com.ms.tools.core.id.factory.uuid.codec.base.function中的类
Function that encodes a UUID to a base-n string.
BaseNRemainderEncoder(BaseN) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.BaseNRemainderEncoder
 
BaseNRemainderEncoder(BaseN, BaseNCodec.CustomDivider) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.base.function.BaseNRemainderEncoder
 
between(Date, Date, CalendarFieldEnum) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取两个日期之间的时间差
between(Date, Date, int) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取两个日期之间的时间差
betweenDay(Date, Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取两个日期之间的天数
betweenHour(Date, Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取两个日期之间的小时数
betweenMilliSecond(Date, Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取两个日期之间的毫秒数
betweenMinute(Date, Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取两个日期之间的分钟数
betweenSecond(Date, Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取两个日期之间的秒数
BinaryCodec - com.ms.tools.core.id.factory.uuid.codec中的类
Codec for UUID binary encoding as defined in the RFC-4122.
BinaryCodec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.BinaryCodec
 
Booleans - com.ms.tools.core.base.basic中的接口
布尔工具类
BRACE_LEFT - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
BRACE_LEFT - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
BRACE_RIGHT - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
BRACE_RIGHT - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
bracket(CalculatorBuilds.Builder) - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
括号
BRACKET_LEFT - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
BRACKET_LEFT - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
BRACKET_LEFT_SQUARE - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
BRACKET_LEFT_SQUARE - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
BRACKET_RIGHT - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
BRACKET_RIGHT - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
BRACKET_RIGHT_SQUARE - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
BRACKET_RIGHT_SQUARE - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
build() - 类 中的方法com.ms.tools.core.id.factory.tsid.TsidFactory.Builder
Returns a build TSID factory.
build() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
build() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory.Builder
 
build() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory.Builder
 
build() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory.Builder
 
build() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory.Builder
 
build() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.DceSecurityFactory.Builder
 
build() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.RandomBasedFactory.Builder
 
build() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeBasedFactory.Builder
 
build() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory.Builder
 
build() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedFactory.Builder
 
builder() - 类 中的静态方法com.ms.tools.core.id.factory.tsid.TsidFactory
Returns a builder object.
Builder() - 类 的构造器com.ms.tools.core.id.factory.tsid.TsidFactory.Builder
 
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.AbstCombFactory.Builder
 
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
builder() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory
 
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory.Builder
 
builder() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory
 
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory.Builder
 
builder() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory
 
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory.Builder
 
builder() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory
 
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory.Builder
 
builder() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.DceSecurityFactory
Returns a builder of DCE Security factory.
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.DceSecurityFactory.Builder
 
builder() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.RandomBasedFactory
Returns a builder of random-based factory.
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.RandomBasedFactory.Builder
 
builder() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeBasedFactory
Returns a builder of time-based factory.
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeBasedFactory.Builder
 
builder() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory
Returns a builder of Unix epoch time-ordered factory.
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory.Builder
 
builder() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedFactory
Returns a builder of random-ordered factory.
Builder() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedFactory.Builder
 
builder() - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
 
builderExpression() - 类 中的静态方法com.ms.tools.core.math.CalculatorUtils
表达式构建
buildTree(List<T>, T) - 类 中的方法com.ms.tools.core.base.tree.TreeUtils
转化为树形结构
buildTree(List<T>, R) - 类 中的方法com.ms.tools.core.base.tree.TreeUtils
转化为树形结构
buildTreeList(List<T>, R) - 类 中的方法com.ms.tools.core.base.tree.TreeUtils
构建树
ByteUtil - com.ms.tools.core.id.factory.uuid.util.internal中的类
Utility class that contains many static methods for byte handling.

C

calculate(String) - 类 中的静态方法com.ms.tools.core.math.CalculatorUtils
计算表达式的值
calculate() - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds.Builder
计算
calculate(String) - 类 中的静态方法com.ms.tools.core.math.factory.CalculatorFactory
计算表达式的值
calculate(String, Integer, RoundingMode) - 类 中的静态方法com.ms.tools.core.math.factory.CalculatorFactory
计算表达式的值
CalculatorBuilds - com.ms.tools.core.math.factory中的类
构建表达式
CalculatorBuilds.Builder - com.ms.tools.core.math.factory中的类
 
CalculatorFactory - com.ms.tools.core.math.factory中的类
 
CalculatorFactory() - 类 的构造器com.ms.tools.core.math.factory.CalculatorFactory
 
CalculatorUtils - com.ms.tools.core.math中的类
计算器工具类
CalculatorUtils() - 类 的构造器com.ms.tools.core.math.CalculatorUtils
 
CalendarFieldEnum - com.ms.tools.core.enums.datetime中的枚举
 
carEngineNoDesensitization(String) - 类 中的静态方法com.ms.tools.core.base.info.DesensitizationUtils
发动机号脱敏 脱敏规则:前四位明文,后四位明文,其他脱敏
CARET - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
CARET - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
carFrameNoDesensitization(String) - 类 中的静态方法com.ms.tools.core.base.info.DesensitizationUtils
车架号脱敏 脱敏规则:前四位明文,后四位明文,其他脱敏
carNoDesensitization(String) - 类 中的静态方法com.ms.tools.core.base.info.DesensitizationUtils
车牌号脱敏 脱敏规则:前两位明文,后两位明文,其他脱敏
CHARACTER_HIGH - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
CHARACTER_HIGH_NUMBER - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
CHARACTER_LOW - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
CHARACTER_NUMBER - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
CHARACTER_SPECIAL - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
CharArray - com.ms.tools.core.id.factory.uuid.util.immutable中的类
 
Chars - com.ms.tools.core.base.basic中的接口
字符工具类
CharSequenceUtils - com.ms.tools.core.base.basic中的接口
 
clearPool() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction.ClockSeqPool
Clear all bits of the byte array that represents the pool.
clearProperty(String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.SettingsUtil
 
ClockSeqFunction - com.ms.tools.core.id.factory.uuid.factory.function中的接口
Function that must return a number between 0 and 16383 (2^14-1).
ClockSeqFunction.ClockSeqPool - com.ms.tools.core.id.factory.uuid.factory.function中的类
Nested class that manages a pool of 16384 clock sequence values.
ClockSeqPool() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction.ClockSeqPool
 
code() - 枚举 中的方法com.ms.tools.core.enums.random.RandomTypeEnum
 
COLON - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
COLON - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
com.ms.tools.core.base.basic - 程序包 com.ms.tools.core.base.basic
 
com.ms.tools.core.base.copy - 程序包 com.ms.tools.core.base.copy
 
com.ms.tools.core.base.datetime - 程序包 com.ms.tools.core.base.datetime
 
com.ms.tools.core.base.format - 程序包 com.ms.tools.core.base.format
 
com.ms.tools.core.base.info - 程序包 com.ms.tools.core.base.info
 
com.ms.tools.core.base.size - 程序包 com.ms.tools.core.base.size
 
com.ms.tools.core.base.tree - 程序包 com.ms.tools.core.base.tree
 
com.ms.tools.core.config - 程序包 com.ms.tools.core.config
 
com.ms.tools.core.enums.baseinfo - 程序包 com.ms.tools.core.enums.baseinfo
 
com.ms.tools.core.enums.datetime - 程序包 com.ms.tools.core.enums.datetime
 
com.ms.tools.core.enums.ip - 程序包 com.ms.tools.core.enums.ip
 
com.ms.tools.core.enums.random - 程序包 com.ms.tools.core.enums.random
 
com.ms.tools.core.enums.regular - 程序包 com.ms.tools.core.enums.regular
 
com.ms.tools.core.enums.request - 程序包 com.ms.tools.core.enums.request
 
com.ms.tools.core.exception.base - 程序包 com.ms.tools.core.exception.base
 
com.ms.tools.core.exception.security.jwt - 程序包 com.ms.tools.core.exception.security.jwt
 
com.ms.tools.core.exception.web - 程序包 com.ms.tools.core.exception.web
 
com.ms.tools.core.id - 程序包 com.ms.tools.core.id
 
com.ms.tools.core.id.factory.ksuid - 程序包 com.ms.tools.core.id.factory.ksuid
 
com.ms.tools.core.id.factory.snowflake - 程序包 com.ms.tools.core.id.factory.snowflake
 
com.ms.tools.core.id.factory.tsid - 程序包 com.ms.tools.core.id.factory.tsid
 
com.ms.tools.core.id.factory.tsid.internal - 程序包 com.ms.tools.core.id.factory.tsid.internal
 
com.ms.tools.core.id.factory.ulid - 程序包 com.ms.tools.core.id.factory.ulid
 
com.ms.tools.core.id.factory.uuid - 程序包 com.ms.tools.core.id.factory.uuid
 
com.ms.tools.core.id.factory.uuid.codec - 程序包 com.ms.tools.core.id.factory.uuid.codec
 
com.ms.tools.core.id.factory.uuid.codec.base - 程序包 com.ms.tools.core.id.factory.uuid.codec.base
 
com.ms.tools.core.id.factory.uuid.codec.base.function - 程序包 com.ms.tools.core.id.factory.uuid.codec.base.function
 
com.ms.tools.core.id.factory.uuid.codec.other - 程序包 com.ms.tools.core.id.factory.uuid.codec.other
 
com.ms.tools.core.id.factory.uuid.enums - 程序包 com.ms.tools.core.id.factory.uuid.enums
 
com.ms.tools.core.id.factory.uuid.exception - 程序包 com.ms.tools.core.id.factory.uuid.exception
 
com.ms.tools.core.id.factory.uuid.factory - 程序包 com.ms.tools.core.id.factory.uuid.factory
 
com.ms.tools.core.id.factory.uuid.factory.function - 程序包 com.ms.tools.core.id.factory.uuid.factory.function
 
com.ms.tools.core.id.factory.uuid.factory.function.impl - 程序包 com.ms.tools.core.id.factory.uuid.factory.function.impl
 
com.ms.tools.core.id.factory.uuid.factory.nonstandard - 程序包 com.ms.tools.core.id.factory.uuid.factory.nonstandard
 
com.ms.tools.core.id.factory.uuid.factory.rfc4122 - 程序包 com.ms.tools.core.id.factory.uuid.factory.rfc4122
 
com.ms.tools.core.id.factory.uuid.util - 程序包 com.ms.tools.core.id.factory.uuid.util
 
com.ms.tools.core.id.factory.uuid.util.immutable - 程序包 com.ms.tools.core.id.factory.uuid.util.immutable
 
com.ms.tools.core.id.factory.uuid.util.internal - 程序包 com.ms.tools.core.id.factory.uuid.util.internal
 
com.ms.tools.core.math - 程序包 com.ms.tools.core.math
 
com.ms.tools.core.math.factory - 程序包 com.ms.tools.core.math.factory
 
com.ms.tools.core.response - 程序包 com.ms.tools.core.response
 
CombUtil - com.ms.tools.core.id.factory.uuid.util中的类
Utility for extracting time from COMB GUIDs.
COMMA - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
COMMA - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
compare(Date, Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
比较两个日期 0:相等 1:date1大于date2 -1:date1小于date2 0:date1或date2为空
compare(UUID, UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.util.UuidComparator
Compares two UUIDs.
compare(String, String) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
比较大小
compareTo(Ksuid) - 类 中的方法com.ms.tools.core.id.factory.ksuid.Ksuid
Compares two KSUIDs as unsigned 160-bit integers.
compareTo(Tsid) - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Compares two TSIDs as unsigned 64-bit integers.
compareTo(Ulid) - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Compares two ULIDs as unsigned 128-bit integers.
compress(String) - 类 中的静态方法com.ms.tools.core.id.ID
压缩字符串
compress(String, int) - 类 中的静态方法com.ms.tools.core.id.ID
压缩字符串 指定长度
convert(K, V) - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
 
convert(K, V, K, V) - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
 
convert(K, V, K, V, K, V) - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
 
convert(K, V, K, V, K, V, K, V) - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
 
convert(K, V, K, V, K, V, K, V, K, V) - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
 
convert(K, V, K, V, K, V, K, V, K, V, K, V) - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
 
convert(float) - 枚举 中的方法com.ms.tools.core.base.size.FileSizeUtils
将指定的大小转换到1024范围内的大小.
convertBytes(float, boolean) - 枚举 中的静态方法com.ms.tools.core.base.size.FileSizeUtils
转换单位为B的大小, 返回结果会包含两位小数以及转换后单位.
convertKb(float, boolean) - 枚举 中的静态方法com.ms.tools.core.base.size.FileSizeUtils
转换单位为KB的大小, 返回结果会包含两位小数以及转换后单位.
convertMb(float, boolean) - 枚举 中的静态方法com.ms.tools.core.base.size.FileSizeUtils
转换单位为KB的大小, 返回结果会包含两位小数以及单位.
convertToLocalDate(LocalDateTime) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateTimeUtils
转为LocalDate
convertToLocalTime(LocalDateTime) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateTimeUtils
转为LocalTime
copy(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Get a copy of a UUID.
copyProperties(T, Class<S>) - 类 中的静态方法com.ms.tools.core.base.copy.ObjectCopyUtils
对象拷贝工具方法
copyProperties(T, Class<S>, String[]) - 类 中的静态方法com.ms.tools.core.base.copy.ObjectCopyUtils
对象拷贝工具方法
copyProperties(T, S) - 类 中的静态方法com.ms.tools.core.base.copy.ObjectCopyUtils
对象拷贝工具方法
copyProperties(T, S, String[]) - 类 中的静态方法com.ms.tools.core.base.copy.ObjectCopyUtils
对象拷贝工具方法
copyProperties(T, S, String[], boolean) - 类 中的静态方法com.ms.tools.core.base.copy.ObjectCopyUtils
对象拷贝工具方法
countFree() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction.ClockSeqPool
Count the free values in the pool.
countUsed() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction.ClockSeqPool
Count the used values out of the pool
CR - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
create() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
创建当前时间
create(long) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
创建指定时间
create(int, int, int, int, int, int) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
已过时。
create() - 类 中的方法com.ms.tools.core.base.datetime.LocalDateTimeUtils
创建当前时间
create(ZoneIdEnum) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateTimeUtils
创建指定时区当前时间
create(ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateTimeUtils
创建指定时区当前时间
create(int, int, int, int, int, int) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateTimeUtils
创建指定时间
create(int, int, int, int, int, int, int) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateTimeUtils
创建指定时间
create(LocalDate, LocalTime) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateTimeUtils
创建指定时间
create(Date) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateTimeUtils
创建指定时间
create() - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建当前时间
create(Date) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建指定时间
create(LocalDateTime) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建指定时间
create(ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建指定时区当前时间
create(ZoneIdEnum) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建指定时区当前时间
create(int, int, int) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建指定时间
create(int, Month, int) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建指定时间
create(int, int, int, ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建指定时间
create(int, Month, int, ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建指定时间
create(int, int, int, ZoneIdEnum) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建指定时间
create(int, Month, int, ZoneIdEnum) - 类 中的方法com.ms.tools.core.base.datetime.LocalDateUtils
创建指定时间
create() - 类 中的方法com.ms.tools.core.base.datetime.LocalTimeUtils
创建当前时间
create(Date) - 类 中的方法com.ms.tools.core.base.datetime.LocalTimeUtils
创建指定时间
create(LocalDateTime) - 类 中的方法com.ms.tools.core.base.datetime.LocalTimeUtils
创建指定时间
create(ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.LocalTimeUtils
创建指定时区当前时间
create(ZoneIdEnum) - 类 中的方法com.ms.tools.core.base.datetime.LocalTimeUtils
创建指定时区当前时间
create(int, int) - 类 中的方法com.ms.tools.core.base.datetime.LocalTimeUtils
创建指定时间
create(int, int, int) - 类 中的方法com.ms.tools.core.base.datetime.LocalTimeUtils
创建指定时间
create(int, int, int, int) - 类 中的方法com.ms.tools.core.base.datetime.LocalTimeUtils
创建指定时间
create() - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(String) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(ZoneIdEnum) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(int, int, int, int, int, int) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(int, int, int, int, int, int, String) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(int, int, int, int, int, int, ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(int, int, int, int, int, int, ZoneIdEnum) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(int, int, int, int, int, int, int, String) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(int, int, int, int, int, int, int, ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(long, String) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(long, ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(Date, String) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(Date, ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(Date, ZoneIdEnum) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(LocalDateTime, String) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(LocalDateTime, ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(LocalDateTime, ZoneIdEnum) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(LocalDate, LocalTime, String) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(LocalDate, LocalTime, ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(LocalDate, String) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(LocalDate, ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(LocalTime, String) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(LocalTime, ZoneId) - 类 中的方法com.ms.tools.core.base.datetime.ZonedDateTimeUtils
创建
create(String) - 类 中的方法com.ms.tools.core.base.datetime.ZoneIdUtils
创建指定时区
create(ZoneIdEnum) - 类 中的方法com.ms.tools.core.base.datetime.ZoneIdUtils
创建指定时区
create() - 类 中的方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Create a KSUID.
create(Instant) - 类 中的方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Create a KSUID with a given instant.
create() - 类 中的方法com.ms.tools.core.id.factory.tsid.TsidFactory
Returns a TSID.
create() - 类 中的方法com.ms.tools.core.id.factory.ulid.UlidFactory
Returns a UUID.
create(long) - 类 中的方法com.ms.tools.core.id.factory.ulid.UlidFactory
Returns a UUID with a specific time.
create(byte[]) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(UUID, byte[]) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(UUID, String) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(UUID, UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(String, byte[]) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(String, String) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(String, UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(UuidNamespace, byte[]) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(UuidNamespace, String) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create(UuidNamespace, UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstNameBasedFactory
Returns a name-based UUID.
create() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory
Returns a time-based UUID.
create() - 接口 中的方法com.ms.tools.core.id.factory.uuid.factory.NoArgsFactory
 
create() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory
Returns a Prefix COMB GUID.
create() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory
Returns a Short Prefix COMB GUID.
create() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory
Returns a Short Suffix COMB GUID.
create() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory
Returns a Suffix COMB GUID.
create(byte, int) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.DceSecurityFactory
Returns a DCE Security unique identifier (UUIDv2).
create(UuidLocalDomain, int) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.DceSecurityFactory
Returns a DCE Security unique identifier (UUIDv2).
create(int) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.DceSecurityFactory
Returns a DCE Security unique identifier (UUIDv2).
create() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.DceSecurityFactory
Always throws an exception.
create() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.RandomBasedFactory
Returns a random-based UUID.
create() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory
Returns a time-ordered unique identifier (UUIDv7).
create() - 类 中的静态方法com.ms.tools.core.math.factory.CalculatorBuilds
创建计算器
createCalendar() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
创建日历时间
createCalendar(TimeZone) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
创建日历时间
createCalendar(ZoneId) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
创建日历时间
createCalendar(ZoneIdEnum) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
创建日历时间
createChina() - 类 中的方法com.ms.tools.core.base.datetime.ZoneIdUtils
创建时区
createCustomDelimiterUuid(char) - 类 中的静态方法com.ms.tools.core.id.ID
创建自定义分隔符UUID
createDate(int, int, int) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
创建指定时间
createDate(int, int, int, int, int) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
创建指定时间
createDate(int, int, int, int, int, int) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
创建指定时间
createDate(int, int, int, int, int, int, int) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
创建指定时间
createDefault() - 类 中的方法com.ms.tools.core.base.datetime.ZoneIdUtils
创建默认时区 默认时区为 GMT+8 北京时间
createGMT() - 类 中的方法com.ms.tools.core.base.datetime.ZoneIdUtils
格林威治时区
createGMT8() - 类 中的方法com.ms.tools.core.base.datetime.ZoneIdUtils
创建东八区时区 北京时间
createNotDelimiterUuid() - 类 中的静态方法com.ms.tools.core.id.ID
创建无分隔符UUID
createUTC() - 类 中的方法com.ms.tools.core.base.datetime.ZoneIdUtils
世界协调时间
createUTC8() - 类 中的方法com.ms.tools.core.base.datetime.ZoneIdUtils
创建东八区时区 北京时间
CRLF - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
CUSTOM_CHARACTER - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
CUSTOM_LENGTH_MAX - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
CUSTOM_LENGTH_MIN - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 

D

DASHED - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
DASHED - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
DateFormatEnum - com.ms.tools.core.enums.datetime中的枚举
日期格式枚举
DateTimeFormatUtils - com.ms.tools.core.base.format中的类
字符串工具类
dateToTimestamp(Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
日期 转为 时间戳
DateUtils - com.ms.tools.core.base.datetime中的类
日期时间工具
DateUtils() - 类 的构造器com.ms.tools.core.base.datetime.DateUtils
 
DceSecurityFactory - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete factory for creating DCE Security unique identifiers (UUIDv2).
DceSecurityFactory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.DceSecurityFactory
 
DceSecurityFactory.Builder - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete builder for creating a DCE Security factory.
decode(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseNCodec
Get a UUID from an encoded string.
decode(byte[]) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.BinaryCodec
Get a UUID from an array of bytes.
decode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.other.DotNetGuid1Codec
Get a time-based UUID (v4) from a .Net Guid.
decode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.other.DotNetGuid4Codec
Get a random-based UUID (v4) from a .Net Guid.
decode(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.other.NcnameCodec
Get a UUID from a NCName.
decode(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.other.SlugCodec
Get a UUID from a Slug.
decode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.other.TimeOrderedCodec
Get a time-based UUID from a time-ordered UUID.
decode(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.StringCodec
Get a UUID from a string.
decode(URI) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.UriCodec
Get a UUID from a URI.
decode(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.UrnCodec
Get a UUID from a URN string.
decode(T) - 接口 中的方法com.ms.tools.core.id.factory.uuid.codec.UuidCodec
Get a UUID from a generic type.
DefaultClockSeqFunction - com.ms.tools.core.id.factory.uuid.factory.function.impl中的类
Function that returns a clock sequence.
DefaultClockSeqFunction() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.impl.DefaultClockSeqFunction
 
defaultCompare(UUID, UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidComparator
Compares two UUIDs.
DefaultNodeIdFunction - com.ms.tools.core.id.factory.uuid.factory.function.impl中的类
Function that returns a final random multicast node identifier.
DefaultNodeIdFunction() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.impl.DefaultNodeIdFunction
 
DefaultRandomFunction - com.ms.tools.core.id.factory.uuid.factory.function.impl中的类
Function that returns an array of bytes with the given length.
DefaultRandomFunction() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.impl.DefaultRandomFunction
 
DefaultTimeFunction - com.ms.tools.core.id.factory.uuid.factory.function.impl中的类
Function that returns a number of 100-nanoseconds since 1970-01-01 (Unix epoch).
DefaultTimeFunction() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.impl.DefaultTimeFunction
 
DefaultTimeFunction(Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.impl.DefaultTimeFunction
 
description() - 枚举 中的方法com.ms.tools.core.enums.regular.RegexpEnum
 
DesensitizationUtils - com.ms.tools.core.base.info中的类
脱敏工具类
DesensitizationUtils() - 类 的构造器com.ms.tools.core.base.info.DesensitizationUtils
 
div(double, double) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供(相对)精确的除法运算,当发生除不尽的情况时,精确到 小数点以后10位,以后的数字四舍五入
div(double, double, int) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供(相对)精确的除法运算。
div(String, String, int) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供(相对)精确的除法运算。
divide(long) - 接口 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseNCodec.CustomDivider
 
divide(double) - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
除法
divide(String) - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
除法
DOLLAR - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
DOLLAR - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
DOT - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
DOT - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
DotNetGuid1Codec - com.ms.tools.core.id.factory.uuid.codec.other中的类
Codec for time-based .Net Guids.
DotNetGuid1Codec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.other.DotNetGuid1Codec
 
DotNetGuid4Codec - com.ms.tools.core.id.factory.uuid.codec.other中的类
Codec for random-based .Net Guids.
DotNetGuid4Codec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.other.DotNetGuid4Codec
 
DOUBLE_QUOTE - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
DOUBLE_QUOTE - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 

E

emailDesensitization(String) - 类 中的静态方法com.ms.tools.core.base.info.DesensitizationUtils
邮箱脱敏 脱敏规则:@前面的第一个字符明文,@后面的第一个字符明文,其他脱敏
emailDesensitization(String, int) - 类 中的静态方法com.ms.tools.core.base.info.DesensitizationUtils
邮箱脱敏 脱敏规则:@前面的x字符明文,@后面的第一个字符明文,其他脱敏
EmailManufacturerEnum - com.ms.tools.core.enums.baseinfo中的枚举
常见邮箱 邮箱基本信息 邮箱官网
EmailUtils - com.ms.tools.core.base.info中的类
邮箱验证工具类
EmailUtils() - 类 的构造器com.ms.tools.core.base.info.EmailUtils
 
empty() - 接口 中的静态方法com.ms.tools.core.base.basic.ArrayUtils
空对象数组
EMPTY - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
empty() - 接口 中的静态方法com.ms.tools.core.base.basic.Lists
空列表
EMPTY - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
EMPTY_ARRAY - 接口 中的静态变量com.ms.tools.core.base.basic.ArrayUtils
空数组
EMPTY_ARRAY - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
EMPTY_JSON - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
EMPTY_JSON_ARRAY - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
EMPTY_LIST - 接口 中的静态变量com.ms.tools.core.base.basic.Lists
空列表
EMPTY_MAP_FINAL - 接口 中的静态变量com.ms.tools.core.base.basic.Maps
空map 当前对象为不可变对象 无法修改
emptyMap() - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
空map
encode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseNCodec
Get an encoded string from a UUID.
encode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.BinaryCodec
Get an array of bytes from a UUID.
encode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.other.DotNetGuid1Codec
Get a .Ned Guid from a time-based UUID (v1).
encode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.other.DotNetGuid4Codec
Get a .Ned Guid from a random-based UUID (v4).
encode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.other.NcnameCodec
Get a NCName from a UUID.
encode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.other.SlugCodec
Get a Slug from a UUID.
encode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.other.TimeOrderedCodec
Get a time-ordered UUID from a time-based UUID.
encode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.StringCodec
Get a string from a UUID.
encode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.UriCodec
Get a URI from a UUID.
encode(UUID) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.UrnCodec
Get a URN string from a UUID.
encode(UUID) - 接口 中的方法com.ms.tools.core.id.factory.uuid.codec.UuidCodec
Get a generic type from a UUID.
endsWith(String, String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
判断字符串是否以指定字符串结尾
EPOCH_GREG - 类 中的静态变量com.ms.tools.core.id.factory.uuid.util.UuidTime
 
EPOCH_GREG_SECONDS - 类 中的静态变量com.ms.tools.core.id.factory.uuid.util.UuidTime
 
EPOCH_OFFSET - 类 中的静态变量com.ms.tools.core.id.factory.ksuid.Ksuid
Number of seconds of 2014-05-13T16:53:20Z (14e8).
EPOCH_UNIX - 类 中的静态变量com.ms.tools.core.id.factory.uuid.util.UuidTime
 
EPOCH_UNIX_SECONDS - 类 中的静态变量com.ms.tools.core.id.factory.uuid.util.UuidTime
 
EQUALS - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
EQUALS - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
equals(Object) - 类 中的方法com.ms.tools.core.id.factory.ksuid.Ksuid
Checks if some other KSUID is equal to this one.
equals(Object) - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Checks if some other TSID is equal to this one.
equals(Object) - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Checks if some other ULID is equal to this one.
equals(Object) - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.CharArray
 
equals(Object) - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.LongArray
 
EXCLAMATION_MARK - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
EXCLAMATION_MARK - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
explain() - 枚举 中的方法com.ms.tools.core.enums.regular.RegexpEnum
 

F

fail() - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response fail
fail(String) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response fail
fail(String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response fail
fail(Integer) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response fail
fail(Integer, String) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response fail
fail(String, String) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response fail
fail(String, String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response fail
fail(String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response fail
fail(String, String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response fail
fail() - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response fail
fail(String) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response fail
fail(String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response fail
fail(Integer) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response fail
fail(Integer, String) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response fail
fail(String, String) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response fail
fail(String, String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response fail
fail(String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response fail
fail(String, String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response fail
fail() - 类 中的静态方法com.ms.tools.core.response.RespResult
response fail
fail(String) - 类 中的静态方法com.ms.tools.core.response.RespResult
response fail
fail(String, T) - 类 中的静态方法com.ms.tools.core.response.RespResult
response fail
fail(Integer) - 类 中的静态方法com.ms.tools.core.response.RespResult
response fail
fail(Integer, String) - 类 中的静态方法com.ms.tools.core.response.RespResult
response fail
fail(String, String) - 类 中的静态方法com.ms.tools.core.response.RespResult
response fail
fail(String, String, T) - 类 中的静态方法com.ms.tools.core.response.RespResult
response fail
fail(String, T) - 类 中的静态方法com.ms.tools.core.response.RespResult
response fail
fail(String, String, T) - 类 中的静态方法com.ms.tools.core.response.RespResult
response fail
FALSE - 接口 中的静态变量com.ms.tools.core.base.basic.Booleans
 
FALSE_BYTE - 接口 中的静态变量com.ms.tools.core.base.basic.Booleans
 
FILE_CAPACITY_UNIT_SIZE - 枚举 中的静态变量com.ms.tools.core.base.size.FileSizeUtils
 
fileSeparator() - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
获取当前系统文件分隔符
FileSizeUtils - com.ms.tools.core.base.size中的枚举
大小工具 1 byte(字节)= 8 bits(比特) 1 kilobyte(KB)= 1024 bytes 1 megabyte(MB)= 1024 kilobytes 1 gigabyte(GB)= 1024 megabytes 1 terabyte(TB)= 1024 gigabytes 对于比特(bits)和字节(bytes)之间的换算,可以使用以下关系: 1 byte = 8 bits 1 bit = 1/8 byte 对于KB、MB、GB和TB之间的换算,可以使用以下关系: 1 KB = 1024 bytes 1 MB = 1024 KB 1 GB = 1024 MB 1 TB = 1024 GB
format(Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
格式化日期
format(Date, String) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
格式化日期
format(Date, String, Locale) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
格式化日期
format(Date, String, Locale, TimeZone) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
格式化日期
format(Date) - 类 中的静态方法com.ms.tools.core.base.format.DateTimeFormatUtils
日期格式化 默认格式:yyyy-MM-dd HH:mm:ss
format(Date, String) - 类 中的静态方法com.ms.tools.core.base.format.DateTimeFormatUtils
日期格式化
format(long, String) - 类 中的静态方法com.ms.tools.core.base.format.DateTimeFormatUtils
日期格式化
format(Date, DateFormatEnum) - 类 中的静态方法com.ms.tools.core.base.format.DateTimeFormatUtils
日期格式化
format(long, DateFormatEnum) - 类 中的静态方法com.ms.tools.core.base.format.DateTimeFormatUtils
日期格式化
format(String, Object...) - 类 中的静态方法com.ms.tools.core.base.format.StrFormatUtils
字符串格式化 %s字符串 %c字符 %d整数 %f浮点 %b 布尔 {} 日志占位符
formatTemplate(String, Map<String, String>) - 类 中的静态方法com.ms.tools.core.base.format.StrFormatUtils
字符串格式化 map模板形式 k为占位符v为替换值 #{[K]}
formatTemplate(String, Map<String, String>, String, String) - 类 中的静态方法com.ms.tools.core.base.format.StrFormatUtils
字符串格式化 map模板形式 k为占位符v为替换值 #{[K]} [k] 占位符 k 对应 map 中的 key
from(byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.Ksuid
Convert a byte array into a KSUID.
from(String) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.Ksuid
Convert a canonical string into a KSUID.
from(long) - 类 中的静态方法com.ms.tools.core.id.factory.tsid.Tsid
Converts a number into a TSID.
from(byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.tsid.Tsid
Converts a byte array into a TSID.
from(String) - 类 中的静态方法com.ms.tools.core.id.factory.tsid.Tsid
Converts a canonical string into a TSID.
from(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.Ulid
Converts a UUID into a ULID.
from(byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.Ulid
Converts a byte array into a ULID.
from(String) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.Ulid
Converts a canonical string into a ULID.
from(char[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.immutable.CharArray
 
from(long[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.immutable.LongArray
 
fromBytes(byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
从字节数组返回 UUID。
fromGregTimestamp(long) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidTime
Converts a number of 100ns since 1582-10-15 (Gregorian epoch) into an Instant.
fromString(String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
从字符串返回 UUID。
fromUnixTimestamp(long) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidTime
Converts a number of 100ns since 1970-01-01 (Unix epoch) into an Instant.

G

GBK - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
generate() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
生成随机密码
generateShortURL(String) - 类 中的静态方法com.ms.tools.core.id.ShortUrlUtils
Generate short URL
generateShortURL(String, int) - 类 中的静态方法com.ms.tools.core.id.ShortUrlUtils
Generate short URL
get(Date, CalendarFieldEnum) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取日期
get(Date, int) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取日期
get(int) - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.CharArray
 
get(int) - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.LongArray
 
getAlias() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.EmailManufacturerEnum
 
getAlphabet() - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseN
Returns the alphabet of the base-n.
getAsLong() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.impl.DefaultNodeIdFunction
 
getAsLong() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.impl.DefaultTimeFunction
 
getAsLong() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.impl.HashNodeIdFunction
 
getAsLong() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.impl.MacNodeIdFunction
 
getAsLong() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.impl.RandomNodeIdFunction
 
getAsLong() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.impl.WindowsTimeFunction
 
getBase() - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseNCodec
Get the base-n encoding object.
getCharacter() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
 
getChildren() - 接口 中的方法com.ms.tools.core.base.tree.TreeMixin
获取子节点
getClockSequence(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Get the clock sequence from a time-based, time-ordered or DCE Security UUID.
getCode() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.SexEnum
 
getCode() - 枚举 中的方法com.ms.tools.core.response.ResponseHttpStatus
获取HTTP响应状态码
getCountry() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统默认国家
getCurrent() - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
getData() - 类 中的方法com.ms.tools.core.response.PageTemplate
 
getData() - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
getDay(Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取日期
getDay() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取日期
getDceSecurity(byte, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv2 返回 DCE 安全唯一标识符 (UUIDv2)。
getDceSecurity(UuidLocalDomain, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv2 返回 DCE 安全唯一标识符 (UUIDv2)。
getDceSecurityWithHash(byte, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv2 返回 DCE 安全唯一标识符 (UUIDv2)。
getDceSecurityWithHash(UuidLocalDomain, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv2 返回 DCE 安全唯一标识符 (UUIDv2)。
getDceSecurityWithMac(byte, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv2 返回 DCE 安全唯一标识符 (UUIDv2)。
getDceSecurityWithMac(UuidLocalDomain, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv2 返回 DCE 安全唯一标识符 (UUIDv2)。
getDceSecurityWithRandom(byte, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv2 返回 DCE 安全唯一标识符 (UUIDv2)。
getDceSecurityWithRandom(UuidLocalDomain, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv2 返回 DCE 安全唯一标识符 (UUIDv2)。
getDefaultCharset() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统默认编码
getDefaultInstance() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidComparator
Returns a default implementation of UuidComparator.
getDescription() - 枚举 中的方法com.ms.tools.core.enums.request.MediaTypeEnum
获取描述
getDescription() - 枚举 中的方法com.ms.tools.core.enums.request.RequestBodyTypeEnum
 
getDescription() - 枚举 中的方法com.ms.tools.core.response.ResponseHttpStatus
获取HTTP响应消息
getEmailManufacturer(String) - 类 中的静态方法com.ms.tools.core.base.info.EmailUtils
根据邮箱获取邮箱信息
getEmailManufacturer(String) - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.EmailManufacturerEnum
根据邮箱地址后缀获取邮箱厂商
getEnName() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.SexEnum
 
getEnum(String) - 枚举 中的静态方法com.ms.tools.core.enums.datetime.DateFormatEnum
根据pattern获取枚举
getEnumByLevel(Integer) - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
 
getEnv(String) - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 系统环境变量
getEnv() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 系统环境变量
getEx() - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds.Builder
获取表达式
getField() - 枚举 中的方法com.ms.tools.core.enums.datetime.CalendarFieldEnum
 
getFileEncoding() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统默认编码
getFileSeparator() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统文件分隔符
getGrade() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
 
getGregTimestamp() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidTime
Returns the number of 100ns since 1582-10-15 (Gregorian epoch).
getHasNext() - 类 中的方法com.ms.tools.core.response.PageTemplate
 
getHasNext() - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
getHasPrevious() - 类 中的方法com.ms.tools.core.response.PageTemplate
 
getHasPrevious() - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
getHost(String) - 类 中的静态方法com.ms.tools.core.base.info.UriRegexpUtils
获取链接域名 无法解析返回源链接 中文域名无法解析 无https(s)头部信息
getHour(Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取小时
getHour() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取小时
getId() - 接口 中的方法com.ms.tools.core.base.tree.TreeNode
 
getInstance() - 类 中的静态方法com.ms.tools.core.id.factory.snowflake.SnowFlakeCore
获取单例对象 双重检查锁
getInstant(String) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.Ksuid
Return the instant of creation.
getInstant() - 类 中的方法com.ms.tools.core.id.factory.ksuid.Ksuid
Return the instant of creation.
getInstant() - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Returns the instant of creation.
getInstant(Instant) - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Returns the instant of creation.
getInstant(String) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.Ulid
Returns the instant of creation.
getInstant() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Returns the instant of creation.
getInstant(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Returns the instant from a time-based, time-ordered or DCE Security UUID.
getJavaHome() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 安装目录
getJavaSpecificationVersion() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 运行时环境规范版本
getJavaVendor() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 运行时环境供应商
getJavaVendorUrl() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 供应商的 URL
getJavaVersion() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 运行时环境版本
getJavaVmName() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 虚拟机实现名称
getJavaVmSpecificationName() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 虚拟机规范名称
getJavaVmSpecificationVendor() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 虚拟机规范供应商
getJavaVmSpecificationVersion() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 虚拟机规范版本
getJavaVmVendor() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 虚拟机实现供应商
getJavaVmVersion() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 Java 虚拟机实现版本
getKsuid() - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidCreator
Returns a Segment's KSUID.
getKsuid(Instant) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidCreator
Returns a Segment's KSUID.
getLanguage() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统默认语言
getLeastSignificantBits() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Returns the least significant bits as a number.
getLength() - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseN
Returns the length of encoded UUIDs.
getLengthMax() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
 
getLengthMin() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
 
getLevel() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
getLevel() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRulesEnum
 
getLineSeparator() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统行分隔符
getLocalDomain(byte) - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidLocalDomain
 
getLocalDomain(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Get the local domain number from a DCE Security UUID.
getLocalIdentifier(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Get the local identifier number from a DCE Security UUID.
getMachineHash() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.MachineId
Returns the machine hash in a byte array.
getMachineHexa() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.MachineId
Returns the machine hash in hexadecimal format.
getMachineId() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.MachineId
Returns a number generated from the machine hash.
getMachineString() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.NetworkUtil
返回包含主机名、MAC 和 IP 的字符串。
getMachineString() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.MachineId
Returns a string containing host name, MAC and IP.
getMachineUuid() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.MachineId
Returns a UUID generated from the machine hash.
getMainHost(String) - 类 中的静态方法com.ms.tools.core.base.info.UriRegexpUtils
获取链接一级域名 无法解析返回源链接 中文域名无法解析 无https(s)头部信息 注意:例如香港等部分域名 .com.hk 截取将会存在问题,使用getHost获取即可
getMainWebsite(String) - 类 中的静态方法com.ms.tools.core.base.info.UriRegexpUtils
获取链接一级域名 无法解析返回源链接 中文域名无法解析
getManufacturer() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.EmailManufacturerEnum
 
getMap() - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseN
Returns the map of the base-n.
getMax() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
返回最大 UUID。
getMess() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
 
getMessage() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRulesEnum
 
getMilliSecond(Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取毫秒
getMilliSecond() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取毫秒
getMinute(Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取分钟
getMinute() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取分钟
getMonotonicKsuid() - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidCreator
Returns a Monotonic KSUID.
getMonotonicKsuid(Instant) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidCreator
Returns a Monotonic KSUID.
getMonotonicUlid() - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidCreator
Returns a Monotonic ULID.
getMonotonicUlid(long) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidCreator
Returns a Monotonic ULID with a given time.
getMonth(Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取月份
getMonth() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取月份
getMostSignificantBits() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Returns the most significant bits as a number.
getMulticastRandom() - 接口 中的静态方法com.ms.tools.core.id.factory.uuid.factory.function.NodeIdFunction
Return a new random multicast node identifier.
getName() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.SexEnum
 
getNameBasedMd5(String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv3 返回使用 MD5 散列 (UUIDv3) 的基于名称的唯一标识符。
getNameBasedMd5(byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv3 返回使用 MD5 散列 (UUIDv3) 的基于名称的唯一标识符。
getNameBasedMd5(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv3 返回使用 MD5 散列 (UUIDv3) 的基于名称的唯一标识符。
getNameBasedMd5(UUID, String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv3 返回使用 MD5 散列 (UUIDv3) 的基于名称的唯一标识符。
getNameBasedMd5(UUID, byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses MD5 hashing (UUIDv3).
getNameBasedMd5(UUID, UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses MD5 hashing (UUIDv3).
getNameBasedMd5(String, String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses MD5 hashing (UUIDv3).
getNameBasedMd5(String, byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses MD5 hashing (UUIDv3).
getNameBasedMd5(String, UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses MD5 hashing (UUIDv3).
getNameBasedMd5(UuidNamespace, String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses MD5 hashing (UUIDv3).
getNameBasedMd5(UuidNamespace, byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses MD5 hashing (UUIDv3).
getNameBasedMd5(UuidNamespace, UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses MD5 hashing (UUIDv3).
getNameBasedSha1(String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses SHA-1 hashing (UUIDv5).
getNameBasedSha1(byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses SHA-1 hashing (UUIDv5).
getNameBasedSha1(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses SHA-1 hashing (UUIDv5).
getNameBasedSha1(UUID, String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses SHA-1 hashing (UUIDv5).
getNameBasedSha1(UUID, byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses SHA-1 hashing (UUIDv5).
getNameBasedSha1(UUID, UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
Returns a name-based unique identifier that uses SHA-1 hashing (UUIDv5).
getNameBasedSha1(String, String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
返回使用 SHA-1 散列 (UUIDv5) 的基于名称的唯一标识符。
getNameBasedSha1(String, byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv5 返回使用 SHA-1 散列 (UUIDv5) 的基于名称的唯一标识符。
getNameBasedSha1(String, UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv5 返回使用 SHA-1 散列 (UUIDv5) 的基于名称的唯一标识符
getNameBasedSha1(UuidNamespace, String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv5 返回使用 SHA-1 散列 (UUIDv5) 的基于名称的唯一标识符。
getNameBasedSha1(UuidNamespace, byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv5 返回使用 SHA-1 散列 (UUIDv5) 的基于名称的唯一标识符。
getNameBasedSha1(UuidNamespace, UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv5 返回使用 SHA-1 散列 (UUIDv5) 的基于名称的唯一标识符。
getNamespace(UUID) - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidNamespace
 
getNil() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
返回一个 Nil UUID。
getNode() - 类 中的静态方法com.ms.tools.core.id.factory.tsid.internal.SettingsUtil
 
getNodeIdentifier() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.SettingsUtil
 
getNodeIdentifier(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Get the node identifier from a time-based, time-ordered or DCE Security UUID.
getNowFormat() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前格式化日期
getNowFormat(String) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前格式化日期
getNowPath() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前日期路径
getNowPath(String) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前日期路径
getNowPath(String, String) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前日期路径
getOpaqueInstance() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidComparator
Returns an opaque implementation of UuidComparator.
getOsArch() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统架构
getOsName() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统名称
getOsVersion() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统版本
getPadding() - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseN
Return the padding character.
getPage() - 类 中的方法com.ms.tools.core.response.PageTemplate
 
getPages() - 类 中的方法com.ms.tools.core.response.PageTemplate
 
getPages() - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
getParentId() - 接口 中的方法com.ms.tools.core.base.tree.TreeNode
 
getPathSeparator() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统路径分隔符
getPattern() - 枚举 中的方法com.ms.tools.core.enums.datetime.DateFormatEnum
 
getPayload(String) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.Ksuid
Return the payload.
getPayload() - 类 中的方法com.ms.tools.core.id.factory.ksuid.Ksuid
Return the payload.
getPrefix(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.CombUtil
Returns the prefix from a Prefix COMB.
getPrefixComb() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
GUID 返回前缀 COMB GUID。
getPrefixInstant(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.CombUtil
Returns the instant from a Prefix COMB.
getProperties() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 系统属性
getProperties(String) - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 系统属性
getProperties(String, boolean) - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 系统属性
getProperties(String, boolean, boolean) - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 系统属性
getProperties(String, boolean, boolean, boolean) - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 系统属性
getProperties(String, boolean, boolean, boolean, boolean) - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 系统属性
getProperty(String) - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 系统属性
getProperty(String, String) - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取 系统属性
getProperty(String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.SettingsUtil
 
getRadix() - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseN
Returns the radix of the base-n.
getRandom(String) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.Ulid
Returns the random component as a byte array.
getRandom() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Returns the random component as a byte array.
getRandom() - 接口 中的静态方法com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction
Returns a new random clock sequence in the range 0 to 16383 (2^14-1).
getRandom() - 接口 中的静态方法com.ms.tools.core.id.factory.uuid.factory.function.NodeIdFunction
Returns a new random node identifier.
getRandomBased() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv4
getRegex() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRulesEnum
 
getSecond(Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取秒
getSecond() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取秒
getSecureRandom(int, String) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生验证码
getSecureRandom() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.SettingsUtil
 
getShortPrefixComb() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
返回 n 短前缀 COMB GUID。
getShortSuffixComb() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
GUID 返回一个短后缀 COMB GUID。
getSize() - 类 中的方法com.ms.tools.core.response.PageTemplate
 
getSize() - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
getSnowFlake() - 类 中的静态方法com.ms.tools.core.id.factory.snowflake.SnowFlakeFactory
获取单例对象 非集群状态下(使用) 设备id与数据中心id均为1构建
getSnowFlake(long, long) - 类 中的静态方法com.ms.tools.core.id.factory.snowflake.SnowFlakeFactory
获取单例对象
getSnowFlakeId() - 类 中的方法com.ms.tools.core.id.factory.snowflake.SnowFlakeCore
获取雪花Id
getSubsecondKsuid() - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidCreator
Returns a KSUID with sub-second precision.
getSubsecondKsuid(Instant) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidCreator
Returns a KSUID with sub-second precision.
getSuffix() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.EmailManufacturerEnum
 
getSuffix(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.CombUtil
Returns the suffix from a Suffix COMB.
getSuffixComb() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
GUID 返回后缀 COMB GUID。
getSuffixInstant(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.CombUtil
Returns the instant from a Suffix COMB.
getSystemCountry() - 类 中的静态方法com.ms.tools.core.config.SystemConfiguration
获取系统默认国家
getSystemDateFormat() - 类 中的静态方法com.ms.tools.core.config.SystemConfiguration
获取系统默认时间格式
getSystemEncoding() - 类 中的静态方法com.ms.tools.core.config.SystemConfiguration
获取系统编码
getSystemFailCode() - 类 中的静态方法com.ms.tools.core.config.SystemConfiguration
获取系统默认失败状态码
getSystemFailMsg() - 类 中的静态方法com.ms.tools.core.config.SystemConfiguration
获取系统默认失败状态码 msg
getSystemLanguage() - 类 中的静态方法com.ms.tools.core.config.SystemConfiguration
获取系统默认语言
getSystemSuccessCode() - 类 中的静态方法com.ms.tools.core.config.SystemConfiguration
获取系统默认成功状态码
getSystemSuccessMsg() - 类 中的静态方法com.ms.tools.core.config.SystemConfiguration
获取系统默认成功状态码 msg
getSystemTimezone() - 类 中的静态方法com.ms.tools.core.config.SystemConfiguration
获取系统默认时区
getSystemVersion() - 类 中的静态方法com.ms.tools.core.config.SystemConfiguration
获取系统版本号
getTempDir() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统临时目录
getTime(String) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.Ksuid
Return the creation time.
getTime() - 类 中的方法com.ms.tools.core.id.factory.ksuid.Ksuid
Return the creation time.
getTime(String) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.Ulid
Returns the time component as a number.
getTime() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Returns the time component as a number.
getTimeBased() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv1 返回基于时间的唯一标识符 (UUIDv1)。
getTimeBased(Instant, Integer, Long) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv1 返回基于时间的唯一标识符 (UUIDv1)。
getTimeBasedWithHash() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv1 返回基于时间的唯一标识符 (UUIDv1)。
getTimeBasedWithMac() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv1 返回基于时间的唯一标识符 (UUIDv1)。
getTimeBasedWithRandom() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv1 返回基于时间的唯一标识符 (UUIDv1)。
getTimeOrdered() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv6 返回按时间排序的唯一标识符 (UUIDv6)。
getTimeOrdered(Instant, Integer, Long) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv6 返回按时间排序的唯一标识符 (UUIDv6)。
getTimeOrderedEpoch() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv7 返回使用 Unix Epoch (UUIDv7) 的按时间排序的唯一标识符。
getTimeOrderedEpochPlus1() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv7 返回使用 Unix Epoch (UUIDv7) 的按时间排序的唯一标识符。
getTimeOrderedEpochPlusN() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv7 返回使用 Unix Epoch (UUIDv7) 的按时间排序的唯一标识符。
getTimeOrderedWithHash() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv6 返回按时间排序的唯一标识符 (UUIDv6)。
getTimeOrderedWithMac() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv6 返回按时间排序的唯一标识符 (UUIDv6)。
getTimeOrderedWithRandom() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
UUIDv6 返回按时间排序的唯一标识符 (UUIDv6)。
getTimestamp(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Returns the time stamp from a time-based, time-ordered or DCE Security UUID.
getTimeZone() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统默认时区
getTotal() - 类 中的方法com.ms.tools.core.response.PageTemplate
 
getTotal() - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
getTsid1024() - 类 中的静态方法com.ms.tools.core.id.factory.tsid.TsidCreator
Returns a TSID.
getTsid256() - 类 中的静态方法com.ms.tools.core.id.factory.tsid.TsidCreator
Returns a TSID.
getTsid4096() - 类 中的静态方法com.ms.tools.core.id.factory.tsid.TsidCreator
Returns a TSID.
getType() - 枚举 中的方法com.ms.tools.core.enums.request.MediaTypeEnum
获取类型
getType() - 枚举 中的方法com.ms.tools.core.enums.request.RequestBodyTypeEnum
 
getUlid() - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidCreator
Returns a ULID.
getUlid(long) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidCreator
Returns a ULID with a given time.
getUnixMilliseconds() - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Returns the time of creation in milliseconds since 1970-01-01.
getUnixMilliseconds(long) - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Returns the time of creation in milliseconds since 1970-01-01.
getUnixTimestamp() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidTime
Returns the number of 100ns since 1970-01-01 (Unix epoch).
getUserDir() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统用户当前工作目录
getUserHome() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统用户主目录
getUserName() - 类 中的静态方法com.ms.tools.core.base.info.SystemUtils
获取系统用户名称
getValue() - 枚举 中的方法com.ms.tools.core.id.factory.uuid.enums.UuidLocalDomain
 
getValue() - 枚举 中的方法com.ms.tools.core.id.factory.uuid.enums.UuidNamespace
 
getValue() - 枚举 中的方法com.ms.tools.core.id.factory.uuid.enums.UuidVariant
 
getValue() - 枚举 中的方法com.ms.tools.core.id.factory.uuid.enums.UuidVersion
 
getVariant(int) - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidVariant
 
getVariant(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Get the UUID version.
getVersion(int) - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidVersion
 
getVersion() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.UuidFactory
Returns the version number for this factory.
getVersion(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Get the UUID version.
getWebsite(String) - 类 中的静态方法com.ms.tools.core.base.info.UriRegexpUtils
获取链接域名 无法解析返回源链接 中文域名无法解析
getWebsite() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.EmailManufacturerEnum
 
getYear(Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取年份
getYear() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前年份
getZoneEnum(String) - 枚举 中的静态方法com.ms.tools.core.enums.datetime.ZoneIdEnum
获取时区枚举
getZoneId() - 枚举 中的方法com.ms.tools.core.enums.datetime.ZoneIdEnum
获取时区

H

handle(T) - 接口 中的方法com.ms.tools.core.response.PageTemplate.DataHandler
处理数据
handle(List<T>, PageTemplate.DataHandler<T, S>) - 类 中的方法com.ms.tools.core.response.PageTemplate
处理数据
handle(T) - 接口 中的方法com.ms.tools.core.response.PaginationTemplate.DataHandler
处理数据
handle(List<T>, PaginationTemplate.DataHandler<T, S>) - 类 中的方法com.ms.tools.core.response.PaginationTemplate
处理数据
HASH - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
HASH - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
hashCode() - 类 中的方法com.ms.tools.core.id.factory.ksuid.Ksuid
Returns a hash code value for the KSUID.
hashCode() - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Returns a hash code value for the TSID.
hashCode() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Returns a hash code value for the ULID.
hashCode() - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.CharArray
 
hashCode() - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.LongArray
 
HashNodeIdFunction - com.ms.tools.core.id.factory.uuid.factory.function.impl中的类
Function that returns a hash of host name, MAC and IP.
HashNodeIdFunction() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.impl.HashNodeIdFunction
 
HIGH_CHARACTER - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
HIGH_LENGTH_MAX - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
HIGH_LENGTH_MIN - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
hostname() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.NetworkUtil
如果找到,则返回主机名。
HTTP - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
HTTP_HEAD - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
HTTP_STATUS_ALL - 枚举 中的静态变量com.ms.tools.core.response.ResponseHttpStatus
 
HTTPS - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
HTTPS_HEAD - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 

I

ID - com.ms.tools.core.id中的类
UUID简易版 生成通用唯一标识符的 Java 库
ID() - 类 的构造器com.ms.tools.core.id.ID
 
idCardDesensitization(String) - 类 中的静态方法com.ms.tools.core.base.info.DesensitizationUtils
身份证号脱敏 脱敏规则:前四位明文,后四位明文,其他脱敏
includeNumber() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
 
includeSpecialChar() - 枚举 中的方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
 
increment() - 类 中的方法com.ms.tools.core.id.factory.ksuid.Ksuid
Returns a new KSUID by incrementing the payload of the current KSUID.
increment() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Returns a new ULID by incrementing the random component of the current ULID.
INDEX_NOT_FOUND - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
失败的索引搜索
indexOf(T[], T) - 接口 中的静态方法com.ms.tools.core.base.basic.ArrayUtils
获取数组中指定元素的索引
indexOf(CharSequence, CharSequence, int) - 接口 中的静态方法com.ms.tools.core.base.basic.CharSequenceUtils
查找CharSequence中的第一个索引,处理null 空的CharSequence将返回-1。
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.base.Base16Codec
 
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.base.Base32Codec
 
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.base.Base58BtcCodec
 
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.base.Base62Codec
 
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.base.Base64Codec
 
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.base.Base64UrlCodec
 
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.BinaryCodec
A shared immutable instance.
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.other.DotNetGuid1Codec
A shared immutable instance.
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.other.DotNetGuid4Codec
A shared immutable instance.
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.other.NcnameCodec
A shared immutable instance using `base64url`
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.other.SlugCodec
A shared immutable instance using `base64url`
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.other.TimeOrderedCodec
A shared immutable instance.
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.StringCodec
A shared immutable instance.
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.UriCodec
A shared immutable instance.
INSTANCE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.codec.UrnCodec
A shared immutable instance.
InvalidUuidException - com.ms.tools.core.id.factory.uuid.exception中的异常错误
Runtime exception to be used when an invalid UUID is received as argument.
InvalidUuidException(String) - 异常错误 的构造器com.ms.tools.core.id.factory.uuid.exception.InvalidUuidException
 
InvalidUuidException(String, Throwable) - 异常错误 的构造器com.ms.tools.core.id.factory.uuid.exception.InvalidUuidException
 
ip(NetworkInterface) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.NetworkUtil
查询IP地址
IP_LEN - 类 中的静态变量com.ms.tools.core.enums.ip.BaseIp
 
IP_LOCAL - 类 中的静态变量com.ms.tools.core.enums.ip.BaseIp
 
IP_UNKNOWN - 类 中的静态变量com.ms.tools.core.enums.ip.BaseIp
 
isAfter(Date, Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
前一个日期是否在后一个日期之后
isAnyBlank(String...) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
数组中是否包含空字符串
isAnyEmpty(String...) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
数组中是否包含空字符串
isBefore(Date, Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
前一个日期是否在后一个日期之前
isBlank(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
是否为空白字符串
isBlankChar(char) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
是否为空白符
空白符包括空格、制表符、全角空格和不间断空格
see: https://unicode-table.com/cn/#control-character
isChar(Object) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
给定对象对应的类是否为字符类,字符类包括: Character.class char.class
isCharClass(Class<?>) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
给定类名是否为字符类,字符类包括: Character.class char.class
isChinaPhone(String) - 类 中的静态方法com.ms.tools.core.base.info.PhoneUtils
正则表达式:验证手机号
isCustom(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID version 8.
isDceSecurity(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID version 2.
isEmail(String) - 类 中的静态方法com.ms.tools.core.base.info.EmailUtils
正则表达式:验证邮箱
isEmoji(char) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
是否为emoji表情符
see: https://unicode-table.com/cn/blocks/miscellaneous-symbols-and-pictographs/
isEmpty(Object[]) - 接口 中的静态方法com.ms.tools.core.base.basic.ArrayUtils
判断数组是否为空
isEmpty(List<?>) - 接口 中的静态方法com.ms.tools.core.base.basic.Lists
是否为空
isEmpty(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
是否为空
isFileSeparator(char) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
是否为Windows或者Linux(Unix)文件分隔符
Windows平台下分隔符为\,Linux(Unix)为/
isFree(int) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction.ClockSeqPool
Check if a value is free in the pool.
isHexChar(char) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
是否为16进制规范的字符
isImgUrl(String) - 类 中的静态方法com.ms.tools.core.base.info.UriRegexpUtils
是否为图片链接 gif|png|jpg|jpeg|webp|svg|psd|bmp|tif
isImgUrlFtp(String) - 类 中的静态方法com.ms.tools.core.base.info.UriRegexpUtils
是否为图片链接 含Ftp gif|png|jpg|jpeg|webp|svg|psd|bmp|tif
isLetter(char) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
是否为字母
isLetterOrNumber(char) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
是否为字符或数字
isLetterOrNumberOrUnderline(char) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
是否为字符或数字或下划线
isLowerCaseLetter(char) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
是否为小写字母
isMax(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID is equal to the Max UUID.
isMulticast(long) - 接口 中的静态方法com.ms.tools.core.id.factory.uuid.factory.function.NodeIdFunction
Checks if the multicast bit of a node identifier is set.
isNameBasedMd5(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID version 3.
isNameBasedSha1(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID version 5.
isNil(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID is equal to the Nil UUID.
isNoneBlank(String...) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
数组中是否全部为空字符串
isNoneEmpty(String...) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
数组中是否全部为空字符串
isNotBlank(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
是否不为空
isNotEmpty(Object[]) - 接口 中的静态方法com.ms.tools.core.base.basic.ArrayUtils
判断数组是否不为空
isNotEmpty(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
是否不为空
isNumber(char) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
是否为数字
isRandomBased(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID version 4.
isReservedFuture(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID variant is reserved future.
isReservedMicrosoft(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID variant is reserved Microsoft.
isReservedNcs(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID variant is reserved NCS.
isRfc4122(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID variant is the one defined by the RFC-4122.
isSameDay(Date, Date) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
比较两个日期
isSensitive() - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseN
Informs if the base-n is case-sensitive.
isTimeBased(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID version 1.
isTimeOrdered(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID version 6.
isTimeOrderedEpoch(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Checks whether the UUID version 7.
isTrue(Byte) - 接口 中的静态方法com.ms.tools.core.base.basic.Booleans
是否为true,当val为null,返回false
isTrue(Byte, boolean) - 接口 中的静态方法com.ms.tools.core.base.basic.Booleans
是否为true
isTrue(Long) - 接口 中的静态方法com.ms.tools.core.base.basic.Booleans
是否为true
isTrue(Integer) - 接口 中的静态方法com.ms.tools.core.base.basic.Booleans
是否为true
isUcc(String) - 类 中的静态方法com.ms.tools.core.base.info.UccRegexpUtils
正则表达式:验证统一信用代码
isUpperCaseLetter(char) - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
是否为大写字母
isUrl(String) - 类 中的静态方法com.ms.tools.core.base.info.UriRegexpUtils
是否为域名链接
isUrlFtp(String) - 类 中的静态方法com.ms.tools.core.base.info.UriRegexpUtils
是否为链接 含Ftp
isUsed(int) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction.ClockSeqPool
Check if a value is used out of the pool.
isUserName(String) - 类 中的静态方法com.ms.tools.core.base.info.UserNameRegexpUtils
正则表达式:验证用户名
isUserName(String, Integer, Integer) - 类 中的静态方法com.ms.tools.core.base.info.UserNameRegexpUtils
正则表达式:验证用户名
isUuidUri(URI) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.codec.UriCodec
Check if the URI is a UUID URN.
isUuidUrn(String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.codec.UrnCodec
Check if a URN string is a UUID URN.
isValid(String) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.Ksuid
Check if the input string is valid.
isValid(String) - 类 中的静态方法com.ms.tools.core.id.factory.tsid.Tsid
Checks if the input string is valid.
isValid(String) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.Ulid
Checks if the input string is valid.
isValid(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseN
Checks if the UUID string is valid.
isValid(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID is valid.
isValid(UUID, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID is valid.
isValid(byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID byte array is valid.
isValid(byte[], int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID byte array is valid.
isValid(String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID string is valid.
isValid(String, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID string is valid.
isValid(char[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID char array is valid.
isValid(char[], int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID char array is valid.

J

join(T...) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
数组转字符串
join(T[], String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
数组转字符串

K

Ksuid - com.ms.tools.core.id.factory.ksuid中的类
A class that represents KSUIDs.
Ksuid(Ksuid) - 类 的构造器com.ms.tools.core.id.factory.ksuid.Ksuid
Creates a new KSUID.
Ksuid(long, byte[]) - 类 的构造器com.ms.tools.core.id.factory.ksuid.Ksuid
Creates a new KSUID.
ksuid() - 类 中的静态方法com.ms.tools.core.id.ID
创建KSUID
KSUID_BYTES - 类 中的静态变量com.ms.tools.core.id.factory.ksuid.Ksuid
Number of bytes of a KSUID.
KSUID_CHARS - 类 中的静态变量com.ms.tools.core.id.factory.ksuid.Ksuid
Number of characters of a KSUID.
KsuidCreator - com.ms.tools.core.id.factory.ksuid中的类
A class that generates KSUIDs.
KsuidFactory - com.ms.tools.core.id.factory.ksuid中的类
A class that actually generates KSUIDs.
KsuidFactory() - 类 的构造器com.ms.tools.core.id.factory.ksuid.KsuidFactory
Default constructor.
ksuidMonotonic() - 类 中的静态方法com.ms.tools.core.id.ID
创建单调KSUID
ksuidSubSecond() - 类 中的静态方法com.ms.tools.core.id.ID
创建亚秒级KSUID

L

lastIndexOf(CharSequence, CharSequence, int) - 接口 中的静态方法com.ms.tools.core.base.basic.CharSequenceUtils
查找CharSequence中的最后一个索引,处理null 空的CharSequence将返回-1。
LEFT_ARROW - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
LEFT_DOUBLE_ARROW - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
LEFT_RIGHT_ARROW - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
LEFT_RIGHT_DOUBLE_ARROW - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
leftBracket() - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
左侧括号
length() - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.CharArray
 
length() - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.LongArray
 
LF - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
lineSeparator() - 接口 中的静态方法com.ms.tools.core.base.basic.Chars
获取当前系统换行符
Lists - com.ms.tools.core.base.basic中的接口
 
listToTree(List<T>, Object) - 类 中的静态方法com.ms.tools.core.base.tree.TreeNodeUtils
 
LOCAL_DOMAIN_GROUP - 类 中的静态变量com.ms.tools.core.id.factory.uuid.UuidCreator
 
LOCAL_DOMAIN_ORG - 类 中的静态变量com.ms.tools.core.id.factory.uuid.UuidCreator
 
LOCAL_DOMAIN_PERSON - 类 中的静态变量com.ms.tools.core.id.factory.uuid.UuidCreator
 
LocalDateTimeUtils - com.ms.tools.core.base.datetime中的类
时间工厂
LocalDateTimeUtils() - 类 的构造器com.ms.tools.core.base.datetime.LocalDateTimeUtils
 
LocalDateUtils - com.ms.tools.core.base.datetime中的类
 
LocalDateUtils() - 类 的构造器com.ms.tools.core.base.datetime.LocalDateUtils
 
LocalTimeUtils - com.ms.tools.core.base.datetime中的类
时间工厂
LocalTimeUtils() - 类 的构造器com.ms.tools.core.base.datetime.LocalTimeUtils
 
LongArray - com.ms.tools.core.id.factory.uuid.util.immutable中的类
 
LOW_CHARACTER - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
LOW_LENGTH_MAX - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
LOW_LENGTH_MIN - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 

M

mac(NetworkInterface) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.NetworkUtil
如果找到,则返回 MAC 地址。
MachineId - com.ms.tools.core.id.factory.uuid.util中的类
Utility for generating machine ID.
MacNodeIdFunction - com.ms.tools.core.id.factory.uuid.factory.function.impl中的类
Function that returns a MAC address.
MacNodeIdFunction() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.impl.MacNodeIdFunction
 
Maps - com.ms.tools.core.base.basic中的接口
 
MediaTypeEnum - com.ms.tools.core.enums.request中的枚举
 
MEDIUM_CHARACTER - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
MEDIUM_LENGTH_MAX - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
MEDIUM_LENGTH_MIN - 枚举 中的静态变量com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
 
merge(T[], T[]) - 接口 中的静态方法com.ms.tools.core.base.basic.ArrayUtils
合并数组
messageFormat(String, Object...) - 类 中的静态方法com.ms.tools.core.base.format.StrFormatUtils
字符串格式化 {数字} 占位 可重复使用
move(Date, int, int) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
移动时间 Calendar.YEAR 年 Calendar.MONTH 月 Calendar.DAY_OF_MONTH 日 Calendar.HOUR 时 Calendar.HOUR_OF_DAY 时 Calendar.MINUTE 分 Calendar.SECOND 秒 Calendar.MILLISECOND 毫秒 Calendar.WEEK_OF_YEAR 周 Calendar.DAY_OF_YEAR 天 Calendar.DAY_OF_WEEK 星期 Calendar.DAY_OF_WEEK_IN_MONTH 星期 Calendar.AM_PM 上午/下午 Calendar.ZONE_OFFSET 时区 Calendar.DST_OFFSET 夏令时 Calendar.ERA 时代
move(Date, CalendarFieldEnum, int) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
移动时间 Calendar.YEAR 年 Calendar.MONTH 月 Calendar.DAY_OF_MONTH 日 Calendar.HOUR 时 Calendar.HOUR_OF_DAY 时 Calendar.MINUTE 分 Calendar.SECOND 秒 Calendar.MILLISECOND 毫秒 Calendar.WEEK_OF_YEAR 周 Calendar.DAY_OF_YEAR 天 Calendar.DAY_OF_WEEK 星期 Calendar.DAY_OF_WEEK_IN_MONTH 星期 Calendar.AM_PM 上午/下午 Calendar.ZONE_OFFSET 时区 Calendar.DST_OFFSET 夏令时 Calendar.ERA 时代
MsJwtExpiredException - com.ms.tools.core.exception.security.jwt中的异常错误
Jwt过期异常
MsJwtExpiredException() - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtExpiredException
 
MsJwtExpiredException(String) - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtExpiredException
 
MsJwtExpiredException(String, Throwable) - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtExpiredException
 
MsJwtExpiredException(Throwable) - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtExpiredException
 
MsJwtRequireException - com.ms.tools.core.exception.security.jwt中的异常错误
Jwt效验字段值不匹配异常
MsJwtRequireException() - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtRequireException
 
MsJwtRequireException(String) - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtRequireException
 
MsJwtRequireException(String, Throwable) - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtRequireException
 
MsJwtRequireException(Throwable) - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtRequireException
 
MsJwtRequireNullException - com.ms.tools.core.exception.security.jwt中的异常错误
Jwt效验字段不存在异常
MsJwtRequireNullException() - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtRequireNullException
 
MsJwtRequireNullException(String) - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtRequireNullException
 
MsJwtRequireNullException(String, Throwable) - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtRequireNullException
 
MsJwtRequireNullException(Throwable) - 异常错误 的构造器com.ms.tools.core.exception.security.jwt.MsJwtRequireNullException
 
MsSendRequestException - com.ms.tools.core.exception.web中的异常错误
发送请求异常
MsSendRequestException() - 异常错误 的构造器com.ms.tools.core.exception.web.MsSendRequestException
 
MsSendRequestException(String) - 异常错误 的构造器com.ms.tools.core.exception.web.MsSendRequestException
 
MsSendRequestException(String, Throwable) - 异常错误 的构造器com.ms.tools.core.exception.web.MsSendRequestException
 
MsSendRequestException(Throwable) - 异常错误 的构造器com.ms.tools.core.exception.web.MsSendRequestException
 
MsToolsException - com.ms.tools.core.exception.base中的异常错误
工具类异常
MsToolsException() - 异常错误 的构造器com.ms.tools.core.exception.base.MsToolsException
 
MsToolsException(String) - 异常错误 的构造器com.ms.tools.core.exception.base.MsToolsException
 
MsToolsException(String, Throwable) - 异常错误 的构造器com.ms.tools.core.exception.base.MsToolsException
 
MsToolsException(Throwable) - 异常错误 的构造器com.ms.tools.core.exception.base.MsToolsException
 
MsToolsRuntimeException - com.ms.tools.core.exception.base中的异常错误
工具类异常
MsToolsRuntimeException() - 异常错误 的构造器com.ms.tools.core.exception.base.MsToolsRuntimeException
 
MsToolsRuntimeException(String) - 异常错误 的构造器com.ms.tools.core.exception.base.MsToolsRuntimeException
 
MsToolsRuntimeException(String, Throwable) - 异常错误 的构造器com.ms.tools.core.exception.base.MsToolsRuntimeException
 
MsToolsRuntimeException(Throwable) - 异常错误 的构造器com.ms.tools.core.exception.base.MsToolsRuntimeException
 
mul(double, double) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的乘法运算
mul(String, String) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的乘法运算
mul(double, double, int) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的乘法运算
mul(String, String, int) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的乘法运算
multiply(double) - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
乘法
multiply(String) - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
乘法

N

NameBasedMd5Factory - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete factory for creating name-based unique identifiers using MD5 hashing (UUIDv3).
NameBasedMd5Factory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.NameBasedMd5Factory
 
NameBasedMd5Factory(UUID) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.NameBasedMd5Factory
 
NameBasedMd5Factory(String) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.NameBasedMd5Factory
 
NameBasedMd5Factory(UuidNamespace) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.NameBasedMd5Factory
 
NameBasedSha1Factory - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete factory for creating name-based unique identifiers using SHA-1 hashing (UUIDv5).
NameBasedSha1Factory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.NameBasedSha1Factory
 
NameBasedSha1Factory(UUID) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.NameBasedSha1Factory
 
NameBasedSha1Factory(String) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.NameBasedSha1Factory
 
NameBasedSha1Factory(UuidNamespace) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.NameBasedSha1Factory
 
nameDesensitization(String) - 类 中的静态方法com.ms.tools.core.base.info.DesensitizationUtils
姓名脱敏(中文) 脱敏规则: 2个字的 李四 to 李* 3个字及以上的的 李大四 to 李*四 李静安寺四 to 李*四 特殊情况:· 例如:李·四 to 李* 李阿松大·大阿松大·啊实打实四 to 李·**四
NAMESPACE_DNS - 类 中的静态变量com.ms.tools.core.id.factory.uuid.UuidCreator
 
NAMESPACE_OID - 类 中的静态变量com.ms.tools.core.id.factory.uuid.UuidCreator
 
NAMESPACE_URL - 类 中的静态变量com.ms.tools.core.id.factory.uuid.UuidCreator
 
NAMESPACE_X500 - 类 中的静态变量com.ms.tools.core.id.factory.uuid.UuidCreator
 
NANOS_PER_TICK - 类 中的静态变量com.ms.tools.core.id.factory.uuid.util.UuidTime
 
NcnameCodec - com.ms.tools.core.id.factory.uuid.codec.other中的类
Codec for UUID NCNames.
NcnameCodec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.other.NcnameCodec
 
NcnameCodec(BaseNCodec) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.other.NcnameCodec
 
NetworkUtil - com.ms.tools.core.id.factory.uuid.util.internal中的类
主机名、MAC 和 IP 的实用程序类。
newInstance() - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Segment's KSUID factory.
newInstance(Random) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Segment's KSUID factory.
newInstance(LongSupplier) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Segment's KSUID factory.
newInstance(IntFunction<byte[]>) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Segment's KSUID factory.
newInstance() - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidFactory
Returns a new factory.
newInstance(Random) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidFactory
Returns a new factory.
newInstance(LongSupplier) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidFactory
Returns a new factory.
newInstance(IntFunction<byte[]>) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidFactory
Returns a new factory.
newInstance(BaseN) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.codec.base.BaseNCodec
Static factory that returns a new instance of BaseNCodec using the specified BaseN.
newInstance(int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.codec.base.BaseNCodec
Static factory that returns a new instance of BaseNCodec using the specified radix.
newInstance(String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.codec.base.BaseNCodec
Static factory that returns a new instance of BaseNCodec using the specified alphabet.
newInstance(BaseN, BaseNCodec.CustomDivider) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.codec.base.BaseNCodec
Static factory that returns a new instance of BaseNCodec using the specified BaseN and a BaseNCodec.CustomDivider.
newInstance(int, BaseNCodec.CustomDivider) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.codec.base.BaseNCodec
Static factory that returns a new instance of BaseNCodec using the specified radix and a BaseNCodec.CustomDivider.
newInstance(String, BaseNCodec.CustomDivider) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.codec.base.BaseNCodec
Static factory that returns a new instance of BaseNCodec using the specified alphabet and a BaseNCodec.CustomDivider.
newInstance(Object) - 异常错误 中的静态方法com.ms.tools.core.id.factory.uuid.exception.InvalidUuidException
Factory method for creating a runtime exception.
newInstance1024() - 类 中的静态方法com.ms.tools.core.id.factory.tsid.TsidFactory
Returns a new factory for up to 1024 nodes and 4096 ID/ms.
newInstance1024(int) - 类 中的静态方法com.ms.tools.core.id.factory.tsid.TsidFactory
Returns a new factory for up to 1024 nodes and 4096 ID/ms.
newInstance256() - 类 中的静态方法com.ms.tools.core.id.factory.tsid.TsidFactory
Returns a new factory for up to 256 nodes and 16384 ID/ms.
newInstance256(int) - 类 中的静态方法com.ms.tools.core.id.factory.tsid.TsidFactory
Returns a new factory for up to 256 nodes and 16384 ID/ms.
newInstance4096() - 类 中的静态方法com.ms.tools.core.id.factory.tsid.TsidFactory
Returns a new factory for up to 4096 nodes and 1024 ID/ms.
newInstance4096(int) - 类 中的静态方法com.ms.tools.core.id.factory.tsid.TsidFactory
Returns a new factory for up to 4096 nodes and 1024 ID/ms.
newMonotonicInstance() - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Monotonic KSUID factory.
newMonotonicInstance(Random) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Monotonic KSUID factory.
newMonotonicInstance(LongSupplier) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Monotonic KSUID factory.
newMonotonicInstance(IntFunction<byte[]>) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Monotonic KSUID factory.
newMonotonicInstance() - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidFactory
Returns a new monotonic factory.
newMonotonicInstance(Random) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidFactory
Returns a new monotonic factory.
newMonotonicInstance(LongSupplier) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidFactory
Returns a new monotonic factory.
newMonotonicInstance(IntFunction<byte[]>) - 类 中的静态方法com.ms.tools.core.id.factory.ulid.UlidFactory
Returns a new monotonic factory.
newSecureRandom() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.RandomUtil
Returns a new instance of SecureRandom.
newSubsecondInstance() - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Sub-second KSUID factory.
newSubsecondInstance(Random) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Sub-second KSUID factory.
newSubsecondInstance(LongSupplier) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Sub-second KSUID factory.
newSubsecondInstance(IntFunction<byte[]>) - 类 中的静态方法com.ms.tools.core.id.factory.ksuid.KsuidFactory
Returns a new Sub-second KSUID factory.
next() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.impl.DefaultClockSeqFunction
 
nextId() - 类 中的方法com.ms.tools.core.id.factory.snowflake.SnowFlakeFactory
获得下一个ID (该方法是线程安全的)
nextInt() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.RandomUtil
 
nextKsuid() - 类 中的静态方法com.ms.tools.core.id.ID
创建KSUID
nextLong() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.RandomUtil
 
nextTsid() - 类 中的静态方法com.ms.tools.core.id.ID
创建TSID
nextUlid() - 类 中的静态方法com.ms.tools.core.id.ID
创建ULID
nextUuid() - 类 中的静态方法com.ms.tools.core.id.ID
创建UUID 使用UUID v4版本
nic() - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.NetworkUtil
返回一个网络接口。
NoArgsFactory - com.ms.tools.core.id.factory.uuid.factory中的接口
 
NodeIdFunction - com.ms.tools.core.id.factory.uuid.factory.function中的接口
Function that must return a number between 0 and 2^48-1.
now() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前时间

O

ObjectCopyUtils - com.ms.tools.core.base.copy中的类
对象拷贝工具类
ObjectCopyUtils() - 类 的构造器com.ms.tools.core.base.copy.ObjectCopyUtils
 
of() - 接口 中的静态方法com.ms.tools.core.base.basic.Lists
空列表
of(T...) - 接口 中的静态方法com.ms.tools.core.base.basic.Lists
数组转List
of() - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
空map
of(V...) - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
对象转map key 为序号
opaqueCompare(UUID, UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidComparator
Compares two UUIDs.
ordinalIndexOf(CharSequence, CharSequence, int) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
查找CharSequence中的第n个索引,处理null demo: A null CharSequence will return -1.
ordinalIndexOf(CharSequence, CharSequence, int, boolean) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
查找CharSequence中的第n个索引,处理null demo: A null CharSequence will return -1.

P

PageTemplate<T,S> - com.ms.tools.core.response中的类
分页模板
PageTemplate(Page<T>, PageTemplate.DataHandler<T, S>) - 类 的构造器com.ms.tools.core.response.PageTemplate
 
PageTemplate(Integer, Integer, Integer, Long, Boolean, Boolean) - 类 的构造器com.ms.tools.core.response.PageTemplate
 
PageTemplate(Integer, Integer, Integer, Long, Boolean, Boolean, List<S>) - 类 的构造器com.ms.tools.core.response.PageTemplate
 
PageTemplate.DataHandler<T,S> - com.ms.tools.core.response中的接口
数据处理接口
PaginationTemplate<T,S> - com.ms.tools.core.response中的类
分页模板
PaginationTemplate(Page<T>, PaginationTemplate.DataHandler<T, S>) - 类 的构造器com.ms.tools.core.response.PaginationTemplate
 
PaginationTemplate(Integer, Integer, Integer, Long, Boolean, Boolean) - 类 的构造器com.ms.tools.core.response.PaginationTemplate
 
PaginationTemplate(Integer, Integer, Integer, Long, Boolean, Boolean, List<S>) - 类 的构造器com.ms.tools.core.response.PaginationTemplate
 
PaginationTemplate.DataHandler<T,S> - com.ms.tools.core.response中的接口
数据处理接口
parse(String, String) - 类 中的静态方法com.ms.tools.core.base.format.DateTimeFormatUtils
日期字符串 转 日期
parseTime(String) - 类 中的静态方法com.ms.tools.core.base.format.DateTimeFormatUtils
任意格式字符串时间转为时间 无需指定格式
parseTime(String, String) - 类 中的静态方法com.ms.tools.core.base.format.DateTimeFormatUtils
格式字符串时间转为时间
PasswordRandomEnum - com.ms.tools.core.enums.baseinfo中的枚举
随机密码生成枚举 1.
PasswordRandomEnum.Grade - com.ms.tools.core.enums.baseinfo中的枚举
 
PasswordRulesEnum - com.ms.tools.core.enums.baseinfo中的枚举
密码规则枚举 1.
PasswordUtils - com.ms.tools.core.base.info中的类
密码效验
PasswordUtils() - 类 的构造器com.ms.tools.core.base.info.PasswordUtils
 
PAYLOAD_BYTES - 类 中的静态变量com.ms.tools.core.id.factory.ksuid.Ksuid
Number of bytes of the payload of a KSUID.
PERCENT - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
PERCENT - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
PHONE_NUMBER_UNIT_SIZE - 类 中的静态变量com.ms.tools.core.base.info.PhoneUtils
 
phoneDesensitization(String) - 类 中的静态方法com.ms.tools.core.base.info.DesensitizationUtils
手机号脱敏 脱敏规则:前三位明文,后四位明文,其他脱敏 标准中国大陆手机号 11位 138 8888 8888 含区号 +86 138 8888 8888 含国家代码 086 138 8888 8888
PhoneUtils - com.ms.tools.core.base.info中的类
电话号码效验工具类
PhoneUtils() - 类 的构造器com.ms.tools.core.base.info.PhoneUtils
 
PLUS - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
PLUS - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
POOL_MAX - 类 中的静态变量com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction.ClockSeqPool
 
POOL_MIN - 类 中的静态变量com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction.ClockSeqPool
 
PrefixCombFactory - com.ms.tools.core.id.factory.uuid.factory.nonstandard中的类
Concrete factory for creating Prefix COMB GUIDs.
PrefixCombFactory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory
 
PrefixCombFactory(Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory
 
PrefixCombFactory(Random) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory
 
PrefixCombFactory(Random, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory
 
PrefixCombFactory(LongSupplier) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory
 
PrefixCombFactory(IntFunction<byte[]>) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory
 
PrefixCombFactory(LongSupplier, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory
 
PrefixCombFactory(IntFunction<byte[]>, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.PrefixCombFactory
 
PrefixCombFactory.Builder - com.ms.tools.core.id.factory.uuid.factory.nonstandard中的类
 
prefixCombGuid() - 类 中的静态方法com.ms.tools.core.id.ID
Prefix COMB GUID:随机字节与前缀(毫秒)的组合;
processingLabel(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
 
PROPERTY_NODE - 类 中的静态变量com.ms.tools.core.id.factory.uuid.util.internal.SettingsUtil
 
PROPERTY_SECURERANDOM - 类 中的静态变量com.ms.tools.core.id.factory.uuid.util.internal.SettingsUtil
 

Q

QUESTION_MARK - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
QUESTION_MARK - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 

R

random(List<T>, int) - 接口 中的静态方法com.ms.tools.core.base.basic.Lists
随机列表-不重复 通过百分比返回随机列表
random() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction.ClockSeqPool
Take a random value from the pool.
RANDOM_BYTES - 类 中的静态变量com.ms.tools.core.id.factory.ulid.Ulid
Number of bytes of the random component of a ULID.
RANDOM_CHARS - 类 中的静态变量com.ms.tools.core.id.factory.ulid.Ulid
Number of characters of the random component of a ULID.
RandomBasedFactory - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete factory for creating random-based unique identifiers (UUIDv4).
RandomBasedFactory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.RandomBasedFactory
 
RandomBasedFactory(Random) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.RandomBasedFactory
 
RandomBasedFactory(LongSupplier) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.RandomBasedFactory
 
RandomBasedFactory(IntFunction<byte[]>) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.RandomBasedFactory
 
RandomBasedFactory.Builder - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete builder for creating a random-based factory.
randomCode(int) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生成验证码 0-9
randomCodeLetter(int) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生验证码 字母
randomCodeLetterUpper(int) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生验证码 大写字母
randomCodeLetterUpperNumber(int) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生验证码 数字+大写字母
randomDouble(double, double) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生成
randomFloat(float, float) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生成
RandomFunction - com.ms.tools.core.id.factory.uuid.factory.function中的接口
Function that must return an array of bytes with the given length.
randomInt(int, int) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生成
randomLong(long, long) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生成
RandomNodeIdFunction - com.ms.tools.core.id.factory.uuid.factory.function.impl中的类
Function that returns a new random multicast node identifier.
RandomNodeIdFunction() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.impl.RandomNodeIdFunction
 
randomPassword(PasswordRandomEnum) - 类 中的静态方法com.ms.tools.core.base.info.PasswordUtils
随机密码生成
randomPassword(PasswordRandomEnum, boolean, boolean) - 类 中的静态方法com.ms.tools.core.base.info.PasswordUtils
随机密码生成
randomPassword(String, boolean, boolean, int) - 类 中的静态方法com.ms.tools.core.base.info.PasswordUtils
随机密码生成
randomPassword(PasswordRandomEnum, boolean, boolean) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
生成随机密码
randomPassword(String, boolean, boolean, int) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
生成随机密码
randomStr(StringBuilder) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
 
randomString(int) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生成
randomString(int, String) - 类 中的静态方法com.ms.tools.core.base.info.RandomUtils
随机生成
RandomTypeEnum - com.ms.tools.core.enums.random中的枚举
 
RandomUtil - com.ms.tools.core.id.factory.uuid.util.internal中的类
Utility class that wraps a shared SecureRandom and provides new instances of SecureRandom.
RandomUtils - com.ms.tools.core.base.info中的类
 
RandomUtils() - 类 的构造器com.ms.tools.core.base.info.RandomUtils
 
regex() - 枚举 中的方法com.ms.tools.core.enums.regular.RegexpEnum
 
RegexpEnum - com.ms.tools.core.enums.regular中的枚举
 
remainder(String, String, int) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
取余数
remainder(BigDecimal, BigDecimal, int) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
取余数 BigDecimal
remove(T[], int) - 接口 中的静态方法com.ms.tools.core.base.basic.ArrayUtils
删除数组中的元素
remove(T[], T...) - 接口 中的静态方法com.ms.tools.core.base.basic.ArrayUtils
删除数组中指定的元素
removeNullAndEmptyValue(Map<K, V>) - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
删除map中的空值与空字符串
removeNullValue(Map<K, V>) - 接口 中的静态方法com.ms.tools.core.base.basic.Maps
删除map中的空值
replaceBlank(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
去除字符串中的空格、回车、换行符、制表符
RequestBodyTypeEnum - com.ms.tools.core.enums.request中的枚举
 
ResponseExtension<T> - com.ms.tools.core.response中的类
JSON 统一响应格式 - 扩展版本
ResponseExtension() - 类 的构造器com.ms.tools.core.response.ResponseExtension
 
ResponseHttpStatus - com.ms.tools.core.response中的枚举
 
ResponseResult<T> - com.ms.tools.core.response中的类
JSON 统一响应格式 status: 200 message: success
ResponseResult() - 类 的构造器com.ms.tools.core.response.ResponseResult
 
RespResult<T> - com.ms.tools.core.response中的类
JSON 统一响应格式 code: 200 msg: success
RespResult() - 类 的构造器com.ms.tools.core.response.RespResult
 
RIGHT_ARROW - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
RIGHT_DOUBLE_ARROW - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
rightBracket() - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
右侧括号
round(double, int) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的小数位四舍五入处理
round(String, int) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的小数位四舍五入处理

S

SEMICOLON - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
SEMICOLON - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
setChildren(List<T>) - 接口 中的方法com.ms.tools.core.base.tree.TreeMixin
设置子节点
setChildren(List<T>) - 接口 中的方法com.ms.tools.core.base.tree.TreeNode
 
setCurrent(Integer) - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
setData(List<S>) - 类 中的方法com.ms.tools.core.response.PageTemplate
 
setData(List<S>) - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
setExpression(String) - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
设置表达式
setHasNext(Boolean) - 类 中的方法com.ms.tools.core.response.PageTemplate
 
setHasNext(Boolean) - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
setHasPrevious(Boolean) - 类 中的方法com.ms.tools.core.response.PageTemplate
 
setHasPrevious(Boolean) - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
setNode(Integer) - 类 中的静态方法com.ms.tools.core.id.factory.tsid.internal.SettingsUtil
 
setNodeIdentifier(Long) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.SettingsUtil
 
setPage(Integer) - 类 中的方法com.ms.tools.core.response.PageTemplate
 
setPages(Integer) - 类 中的方法com.ms.tools.core.response.PageTemplate
 
setPages(Integer) - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
setProperty(String, String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.SettingsUtil
 
setSecureRandom(String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.SettingsUtil
 
setSize(Integer) - 类 中的方法com.ms.tools.core.response.PageTemplate
 
setSize(Integer) - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
SettingsUtil - com.ms.tools.core.id.factory.tsid.internal中的类
Reads system properties and environment variables.
SettingsUtil - com.ms.tools.core.id.factory.uuid.util.internal中的类
Utility class that reads system properties and environment variables.
setTotal(Long) - 类 中的方法com.ms.tools.core.response.PageTemplate
 
setTotal(Long) - 类 中的方法com.ms.tools.core.response.PaginationTemplate
 
setVersion(UUID, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidUtil
Applies UUID version bits into the UUID
SexEnum - com.ms.tools.core.enums.baseinfo中的枚举
性别枚举 参考标准: 全国标准信息公共服务平台 标准号:GB/T 2261.1-2003 中文标准名称:ShortPrefixCombFactory - com.ms.tools.core.id.factory.uuid.factory.nonstandard中的类
Concrete factory for creating Short Prefix COMB GUIDs.
ShortPrefixCombFactory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory
 
ShortPrefixCombFactory(Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory
 
ShortPrefixCombFactory(Random) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory
 
ShortPrefixCombFactory(Random, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory
 
ShortPrefixCombFactory(LongSupplier) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory
 
ShortPrefixCombFactory(IntFunction<byte[]>) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory
 
ShortPrefixCombFactory(LongSupplier, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory
 
ShortPrefixCombFactory(IntFunction<byte[]>, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory
 
ShortPrefixCombFactory.Builder - com.ms.tools.core.id.factory.uuid.factory.nonstandard中的类
 
shortPrefixCombGuid() - 类 中的静态方法com.ms.tools.core.id.ID
Short Prefix COMB GUID:随机字节与小前缀(分钟)的组合;
ShortSuffixCombFactory - com.ms.tools.core.id.factory.uuid.factory.nonstandard中的类
Concrete factory for creating Short Suffix COMB GUIDs.
ShortSuffixCombFactory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory
 
ShortSuffixCombFactory(Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory
 
ShortSuffixCombFactory(Random) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory
 
ShortSuffixCombFactory(Random, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory
 
ShortSuffixCombFactory(LongSupplier) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory
 
ShortSuffixCombFactory(IntFunction<byte[]>) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory
 
ShortSuffixCombFactory(LongSupplier, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory
 
ShortSuffixCombFactory(IntFunction<byte[]>, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory
 
ShortSuffixCombFactory.Builder - com.ms.tools.core.id.factory.uuid.factory.nonstandard中的类
 
shortSuffixCombGuid() - 类 中的静态方法com.ms.tools.core.id.ID
Short Suffix COMB GUID:带有小后缀(分钟)的随机字节的组合。
shortUrl(String) - 类 中的静态方法com.ms.tools.core.id.ID
短链
shortUrl(String, int) - 类 中的静态方法com.ms.tools.core.id.ID
短链 指定长度
ShortUrlUtils - com.ms.tools.core.id中的类
Short URL Generator
SINGLE_QUOTE - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
SINGLE_QUOTE - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
SLASH - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
SLASH - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
SlugCodec - com.ms.tools.core.id.factory.uuid.codec.other中的类
Codec for UUID Slugs.
SlugCodec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.other.SlugCodec
 
SlugCodec(BaseNCodec) - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.other.SlugCodec
 
snowflake() - 类 中的静态方法com.ms.tools.core.id.factory.snowflake.SnowFlakeCreator
创建SnowFlake 雪花Id 本对象单例维护
snowflake(Integer, Integer) - 类 中的静态方法com.ms.tools.core.id.factory.snowflake.SnowFlakeCreator
创建SnowFlake 雪花Id 本对象单例维护(建议项目启动后优先调用一次)
snowflake() - 类 中的静态方法com.ms.tools.core.id.ID
创建SnowFlake 雪花Id
snowflakeBuild(Integer, Integer) - 类 中的静态方法com.ms.tools.core.id.factory.snowflake.SnowFlakeCreator
创建SnowFlake 雪花Id 非单例模式,请自己维护
SnowFlakeCore - com.ms.tools.core.id.factory.snowflake中的类
SnowFlake 雪花Id 工具类维护单例对象 仅供工具类使用 避免其他项目直接调用
SnowFlakeCreator - com.ms.tools.core.id.factory.snowflake中的类
SnowFlake 雪花Id 单例对象: 请优先调用有参方法,避免服务之间的冲突 snowflake() snowflakeString()
SnowFlakeCreator() - 类 的构造器com.ms.tools.core.id.factory.snowflake.SnowFlakeCreator
 
SnowFlakeFactory - com.ms.tools.core.id.factory.snowflake中的类
SnowFlake 雪花Id 构建器
SnowFlakeFactory(long, long) - 类 的构造器com.ms.tools.core.id.factory.snowflake.SnowFlakeFactory
构建对象 请注意多次同时调用本对象会出现重复,请做好单例维护
snowflakeString() - 类 中的静态方法com.ms.tools.core.id.factory.snowflake.SnowFlakeCreator
创建SnowFlake 雪花Id 本对象单例维护
snowflakeString() - 类 中的静态方法com.ms.tools.core.id.ID
创建SnowFlake 雪花Id
SPACE - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
SPACE - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
split(String, char) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
将提供的文本拆分为数组,指定分隔符。
split(String, String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
将提供的文本拆分为数组,指定分隔符。
split(String, String, int) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
提供的文本拆分为具有最大长度的数组,指定分隔符。
splitWorker(String, char, boolean) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
将提供的文本拆分为数组,指定分隔符。
splitWorker(String, String, int, boolean) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
提供的文本拆分为具有最大长度的数组,指定分隔符。
STAR - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
STAR - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
startsWith(String, String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
判断字符串是否以指定字符串开头
StrFormatUtils - com.ms.tools.core.base.format中的类
字符串工具类
StringCodec - com.ms.tools.core.id.factory.uuid.codec中的类
Codec for UUID string representation as defined in RFC-4122.
StringCodec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.StringCodec
 
Strings - com.ms.tools.core.base.basic中的接口
 
stripHtml(String, boolean, boolean) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
移除Html标签
stripHtml(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
移除Html标签保留内容
stripScript(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
移除script标签以及内容
stripStyle(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
移除style标签以及内容
sub(double, double) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的减法运算
sub(String, String) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的减法运算。
sub(String, String, int) - 类 中的静态方法com.ms.tools.core.math.ArithmeticUtils
提供精确的减法运算
subtract(double) - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
减法
subtract(String) - 类 中的方法com.ms.tools.core.math.factory.CalculatorBuilds
减法
success() - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response success
success(String) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response success
success(String, String) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response success
success(T) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response success
success(T) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response success
success(String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response success
success(String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response success
success(String, String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response success
success(String, String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseExtension
response success
success() - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response success
success(String) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response success
success(String, String) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response success
success(T) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response success
success(String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response success
success(Integer, String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response success
success(String, String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response success
success(String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response success
success(String, String, T) - 类 中的静态方法com.ms.tools.core.response.ResponseResult
response success
success() - 类 中的静态方法com.ms.tools.core.response.RespResult
response success
success(String) - 类 中的静态方法com.ms.tools.core.response.RespResult
response success
success(String, String) - 类 中的静态方法com.ms.tools.core.response.RespResult
response success
success(T) - 类 中的静态方法com.ms.tools.core.response.RespResult
response success
success(String, T) - 类 中的静态方法com.ms.tools.core.response.RespResult
response success
success(Integer, String, T) - 类 中的静态方法com.ms.tools.core.response.RespResult
response success
success(String, String, T) - 类 中的静态方法com.ms.tools.core.response.RespResult
response success
success(String, T) - 类 中的静态方法com.ms.tools.core.response.RespResult
response success
success(String, String, T) - 类 中的静态方法com.ms.tools.core.response.RespResult
response success
SuffixCombFactory - com.ms.tools.core.id.factory.uuid.factory.nonstandard中的类
Concrete factory for creating Suffix COMB GUIDs.
SuffixCombFactory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory
 
SuffixCombFactory(Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory
 
SuffixCombFactory(Random) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory
 
SuffixCombFactory(Random, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory
 
SuffixCombFactory(LongSupplier) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory
 
SuffixCombFactory(IntFunction<byte[]>) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory
 
SuffixCombFactory(LongSupplier, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory
 
SuffixCombFactory(IntFunction<byte[]>, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.nonstandard.SuffixCombFactory
 
SuffixCombFactory.Builder - com.ms.tools.core.id.factory.uuid.factory.nonstandard中的类
 
suffixCombGuid() - 类 中的静态方法com.ms.tools.core.id.ID
Suffix COMB GUID:随机字节与后缀(毫秒)的组合;
sum(double...) - 类 中的静态方法com.ms.tools.core.math.CalculatorUtils
列表求和
sum(String...) - 类 中的静态方法com.ms.tools.core.math.CalculatorUtils
列表求和
sum(BigDecimal...) - 类 中的静态方法com.ms.tools.core.math.CalculatorUtils
列表求和
SYSTEM_COUNTRY - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
系统默认国家
SYSTEM_DATE_FORMAT - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
系统默认时间格式
SYSTEM_ENCODING - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
系统编码
SYSTEM_FAIL_CODE - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
失败状态码
SYSTEM_FAIL_MSG - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
失败状态码 msg
SYSTEM_LANGUAGE - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
系统默认语言
SYSTEM_SUCCESS_CODE - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
成功状态码
SYSTEM_SUCCESS_MSG - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
成功状态码 msg
SYSTEM_TIMEZONE - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
系统默认时区
SYSTEM_VERSION - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
系统默认版本号
SystemConfiguration - com.ms.tools.core.config中的类
系统配置
SystemConfiguration() - 类 的构造器com.ms.tools.core.config.SystemConfiguration
 
SystemUtils - com.ms.tools.core.base.info中的类
系统工具类 用于获取系统信息
SystemUtils() - 类 的构造器com.ms.tools.core.base.info.SystemUtils
 

T

take(int) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction.ClockSeqPool
Take a value from the pool.
TICKS_PER_MILLI - 类 中的静态变量com.ms.tools.core.id.factory.uuid.util.UuidTime
 
TICKS_PER_SECOND - 类 中的静态变量com.ms.tools.core.id.factory.uuid.util.UuidTime
 
TILDE - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
TILDE - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
TIME_BYTES - 类 中的静态变量com.ms.tools.core.id.factory.ksuid.Ksuid
Number of bytes of the time of a KSUID.
TIME_BYTES - 类 中的静态变量com.ms.tools.core.id.factory.ulid.Ulid
Number of bytes of the time component of a ULID.
TIME_CHARS - 类 中的静态变量com.ms.tools.core.id.factory.ulid.Ulid
Number of characters of the time component of a ULID.
TimeBasedFactory - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete factory for creating time-based unique identifiers (UUIDv1).
TimeBasedFactory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeBasedFactory
 
TimeBasedFactory.Builder - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete builder for creating a time-based factory.
TimeFunction - com.ms.tools.core.id.factory.uuid.factory.function中的接口
Function that must return a number of 100-nanoseconds since 1970-01-01 (Unix epoch).
TimeOrderedCodec - com.ms.tools.core.id.factory.uuid.codec.other中的类
Codec for time-ordered UUIDs This codec converts time-based UUIDs (UUIDv1) to time-ordered UUIDs (UUIDv6).
TimeOrderedCodec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.other.TimeOrderedCodec
 
TimeOrderedEpochFactory - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
用于创建 Unix 纪元时间顺序唯一标识符 (UUIDv7) 的具体工厂。
TimeOrderedEpochFactory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory
 
TimeOrderedEpochFactory(Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory
 
TimeOrderedEpochFactory(Random) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory
 
TimeOrderedEpochFactory(Random, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory
 
TimeOrderedEpochFactory(LongSupplier) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory
 
TimeOrderedEpochFactory(IntFunction<byte[]>) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory
 
TimeOrderedEpochFactory(LongSupplier, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory
 
TimeOrderedEpochFactory(IntFunction<byte[]>, Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory
 
TimeOrderedEpochFactory.Builder - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete builder for creating a Unix epoch time-ordered factory.
TimeOrderedFactory - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete factory for creating time-ordered unique identifiers (UUIDv6).
TimeOrderedFactory() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedFactory
 
TimeOrderedFactory.Builder - com.ms.tools.core.id.factory.uuid.factory.rfc4122中的类
Concrete builder for creating a time-ordered factory.
timestamp() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前时间戳
timestamp10() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前时间戳 10位
timestamp13() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前时间戳 13位
timestampTen() - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
获取当前时间戳 10位
timestampToDate(long) - 类 中的静态方法com.ms.tools.core.base.datetime.DateUtils
时间戳 转为 日期 时间戳为10位时,自动转为13位
toArray(T) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
转为数组
toByte(boolean) - 接口 中的静态方法com.ms.tools.core.base.basic.Booleans
布尔值转为字节
toByte(boolean, byte, byte) - 接口 中的静态方法com.ms.tools.core.base.basic.Booleans
布尔值转为字节
toByte(Boolean, byte, byte, byte) - 接口 中的静态方法com.ms.tools.core.base.basic.Booleans
布尔值转为字节
toBytes() - 类 中的方法com.ms.tools.core.id.factory.ksuid.Ksuid
Convert the KSUID into a byte array.
toBytes() - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Convert the TSID into a byte array.
toBytes() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Convert the ULID into a byte array.
toBytes(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
从 UUID 返回一个字节数组。
toDoubleArray(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
字符串转为数组
toExpectedRange(long) - 接口 中的静态方法com.ms.tools.core.id.factory.uuid.factory.function.ClockSeqFunction
Clears the leading bits so that the resulting number is within the range 0 to 16383 (2^14-1).
toExpectedRange(long) - 接口 中的静态方法com.ms.tools.core.id.factory.uuid.factory.function.NodeIdFunction
Clears the leading bits so that the resulting number is in the range 0 to 2^48-1.
toExpectedRange(long) - 接口 中的静态方法com.ms.tools.core.id.factory.uuid.factory.function.TimeFunction
Clears the leading bits so that the resulting number is in the range 0 to 2^60-1.
toFloatArray(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
字符串转为数组
toGregTimestamp(long) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidTime
Converts a number of 100ns since 1970-01-01 (Unix epoch) into a number of 100ns since 1582-10-15 (Gregorian epoch).
toGregTimestamp(Instant) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidTime
Converts an Instant into a number of 100ns since 1582-10-15 (Gregorian epoch).
toHexadecimal(byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.ByteUtil
Get a hexadecimal string from given array of bytes.
toIntArray(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
字符串转为数组
toList(T[]) - 接口 中的静态方法com.ms.tools.core.base.basic.Lists
数组转List
toList(T[][]) - 接口 中的静态方法com.ms.tools.core.base.basic.Lists
数组转List
toLong() - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Convert the TSID into a number.
toLongArray(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
字符串转为数组
toLowerCase() - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Converts the TSID into a canonical string in lower case.
toLowerCase() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Converts the ULID into a canonical string in lower case.
toMulticast(long) - 接口 中的静态方法com.ms.tools.core.id.factory.uuid.factory.function.NodeIdFunction
Sets the multicast bit of a node identifier.
toNumber(byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.ByteUtil
Get a number from a given array of bytes.
toNumber(byte[], int, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.internal.ByteUtil
Get a number from a given array of bytes.
TOOLS_AUTHOR - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
作者
TOOLS_SUPPORT_EMAIL - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
技术支持-邮箱
TOOLS_SUPPORT_URL - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
技术支持-网站
TOOLS_TEAM - 类 中的静态变量com.ms.tools.core.config.SystemConfiguration
团队
toRfc4122() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Converts the ULID into into another ULID that is compatible with UUIDv4.
toShortArray(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
字符串转为数组
toString() - 枚举 中的方法com.ms.tools.core.enums.datetime.DateFormatEnum
 
toString() - 类 中的方法com.ms.tools.core.id.factory.ksuid.Ksuid
Convert the KSUID into a canonical string.
toString() - 类 中的方法com.ms.tools.core.id.factory.tsid.Tsid
Converts the TSID into a canonical string in upper case.
toString() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Converts the ULID into a canonical string in upper case.
toString() - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.CharArray
 
toString() - 类 中的方法com.ms.tools.core.id.factory.uuid.util.immutable.LongArray
 
toString(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.UuidCreator
从 UUID 返回一个字符串。
toTimeZone() - 枚举 中的方法com.ms.tools.core.enums.datetime.ZoneIdEnum
转为时区
toUnixTimestamp(Instant) - 接口 中的静态方法com.ms.tools.core.id.factory.uuid.factory.function.TimeFunction
Converts an instant to a number of 100-nanoseconds since 1970-01-01 (Unix epoch).
toUnixTimestamp(long) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidTime
Converts a number of 100ns since 1582-10-15 (Gregorian epoch) into a number of 100ns since 1970-01-01 (Unix epoch).
toUnixTimestamp(Instant) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidTime
Converts an Instant into a number of 100ns since 1970-01-01 (Unix epoch).
toUuid() - 类 中的方法com.ms.tools.core.id.factory.ulid.Ulid
Convert the ULID into a UUID.
toValue(Boolean) - 接口 中的静态方法com.ms.tools.core.base.basic.Booleans
布尔转字节
toZoneId() - 枚举 中的方法com.ms.tools.core.enums.datetime.ZoneIdEnum
转为时区
TreeMixin<T> - com.ms.tools.core.base.tree中的接口
 
TreeNode<T extends TreeNode<T>> - com.ms.tools.core.base.tree中的接口
 
TreeNodeUtils - com.ms.tools.core.base.tree中的类
树状结构
TreeNodeUtils() - 类 的构造器com.ms.tools.core.base.tree.TreeNodeUtils
 
TreeUtils<T extends TreeMixin,R> - com.ms.tools.core.base.tree中的类
树状结构
TreeUtils(Function<T, R>, Function<T, R>) - 类 的构造器com.ms.tools.core.base.tree.TreeUtils
构造方法
trim(String) - 接口 中的静态方法com.ms.tools.core.base.basic.Strings
去除字符串两端的空白字符
TRUE - 接口 中的静态变量com.ms.tools.core.base.basic.Booleans
 
TRUE_BYTE - 接口 中的静态变量com.ms.tools.core.base.basic.Booleans
 
Tsid - com.ms.tools.core.id.factory.tsid中的类
表示时间可排序标识符 (TSID) 的类。
Tsid(long) - 类 的构造器com.ms.tools.core.id.factory.tsid.Tsid
Creates a new TSID.
tsid() - 类 中的静态方法com.ms.tools.core.id.ID
创建TSID 为最多 1024 个节点和 4096 ID/ms 创建一个 TSID 字符串
TSID_BYTES - 类 中的静态变量com.ms.tools.core.id.factory.tsid.Tsid
Number of bytes of a TSID.
TSID_CHARS - 类 中的静态变量com.ms.tools.core.id.factory.tsid.Tsid
Number of characters of a TSID.
TSID_EPOCH - 类 中的静态变量com.ms.tools.core.id.factory.tsid.Tsid
Number of milliseconds of 2020-01-01T00:00:00.000Z.
TsidCreator - com.ms.tools.core.id.factory.tsid中的类
A class that generates Time Sortable Identifiers (TSID).
TsidFactory - com.ms.tools.core.id.factory.tsid中的类
A class that actually generates Time Sortable Identifiers (TSID).
TsidFactory() - 类 的构造器com.ms.tools.core.id.factory.tsid.TsidFactory
It builds a generator with a random node identifier from 0 to 1,023.
TsidFactory(int) - 类 的构造器com.ms.tools.core.id.factory.tsid.TsidFactory
It builds a generator with a given node identifier from 0 to 1,023.
TsidFactory.Builder - com.ms.tools.core.id.factory.tsid中的类
A nested class that builds TSID factories.
tsidLong() - 类 中的静态方法com.ms.tools.core.id.ID
创建TSID 为最多 1024 个节点和 4096 ID/ms 创建一个 TSID 字符串

U

UCC_UNIT_SIZE - 类 中的静态变量com.ms.tools.core.base.info.UccRegexpUtils
 
UccRegexpUtils - com.ms.tools.core.base.info中的类
统一信用代码工具类
UccRegexpUtils() - 类 的构造器com.ms.tools.core.base.info.UccRegexpUtils
 
Ulid - com.ms.tools.core.id.factory.ulid中的类
A class that represents ULIDs.
Ulid(Ulid) - 类 的构造器com.ms.tools.core.id.factory.ulid.Ulid
Creates a new ULID.
Ulid(long, long) - 类 的构造器com.ms.tools.core.id.factory.ulid.Ulid
Creates a new ULID.
Ulid(long, byte[]) - 类 的构造器com.ms.tools.core.id.factory.ulid.Ulid
Creates a new ULID.
ulid() - 类 中的静态方法com.ms.tools.core.id.ID
创建ULID
ULID_BYTES - 类 中的静态变量com.ms.tools.core.id.factory.ulid.Ulid
Number of bytes of a ULID.
ULID_CHARS - 类 中的静态变量com.ms.tools.core.id.factory.ulid.Ulid
Number of characters of a ULID.
UlidCreator - com.ms.tools.core.id.factory.ulid中的类
A class that generates ULIDs.
UlidFactory - com.ms.tools.core.id.factory.ulid中的类
A class that actually generates ULIDs.
UlidFactory() - 类 的构造器com.ms.tools.core.id.factory.ulid.UlidFactory
Default constructor.
ulidMonotonic() - 类 中的静态方法com.ms.tools.core.id.ID
创建单调ULID
UNDERLINE - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
UNDERLINE - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
UriCodec - com.ms.tools.core.id.factory.uuid.codec中的类
UUID URI(特别是 URN)的编解码器。
UriCodec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.UriCodec
 
UriRegexpUtils - com.ms.tools.core.base.info中的类
 
UriRegexpUtils() - 类 的构造器com.ms.tools.core.base.info.UriRegexpUtils
 
UrnCodec - com.ms.tools.core.id.factory.uuid.codec中的类
Codec for UUID URNs.
UrnCodec() - 类 的构造器com.ms.tools.core.id.factory.uuid.codec.UrnCodec
 
UserNameRegexpUtils - com.ms.tools.core.base.info中的类
用户名效验
UserNameRegexpUtils() - 类 的构造器com.ms.tools.core.base.info.UserNameRegexpUtils
 
UTF_16 - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
UTF_8 - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
uuid() - 类 中的静态方法com.ms.tools.core.id.ID
创建UUID 使用UUID v4版本
UuidCodec<T> - com.ms.tools.core.id.factory.uuid.codec中的接口
Interface to be implemented by all codecs of this package.
UuidComparator - com.ms.tools.core.id.factory.uuid.util中的类
Comparator for UUIDs.
UuidComparator() - 类 的构造器com.ms.tools.core.id.factory.uuid.util.UuidComparator
Creates a default implementation of UuidComparator.
UuidCreator - com.ms.tools.core.id.factory.uuid中的类
UUID 生成通用唯一标识符的 Java 库
UuidFactory - com.ms.tools.core.id.factory.uuid.factory中的类
Abstract factory that is base for all UUID factories.
UuidFactory(UuidVersion) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.UuidFactory
 
UuidLocalDomain - com.ms.tools.core.id.factory.uuid.enums中的枚举
Local domains defined by DCE 1.1 specification, used to create DCE Security unique identifiers (UUIDv2).
UuidNamespace - com.ms.tools.core.id.factory.uuid.enums中的枚举
Name spaces defined by RFC-4122, used to create name-based unique identifiers (UUIDv3 and UUIDv5).
UuidTime - com.ms.tools.core.id.factory.uuid.util中的类
Utility for UUID time stamps.
UuidUtil - com.ms.tools.core.id.factory.uuid.util中的类
Utility for checking UUID version, extracting UUID details, etc.
UuidValidator - com.ms.tools.core.id.factory.uuid.util中的类
Utility for UUID validation.
UuidVariant - com.ms.tools.core.id.factory.uuid.enums中的枚举
UUID variants defined by RFC-4122.
UuidVersion - com.ms.tools.core.id.factory.uuid.enums中的枚举
UUID versions defined by RFC-4122.

V

v1Uuid() - 类 中的静态方法com.ms.tools.core.id.ID
UUID 版本 1:基于时间的版本,具有 RFC-4122 中指定的公历;
v2Uuid() - 类 中的静态方法com.ms.tools.core.id.ID
UUID 版本 2:DCE 安全版本,具有 DCE 1.1 中指定的嵌入式 POSIX UID;
v3Uuid(UuidNamespace, String) - 类 中的静态方法com.ms.tools.core.id.ID
UUID 版本 3:使用 RFC-4122 中指定的 MD5 散列的基于名称的版本;
v4Uuid() - 类 中的静态方法com.ms.tools.core.id.ID
UUID 第 4 版:RFC-4122 中指定的随机或伪随机生成的版本;
v5Uuid(UuidNamespace, String) - 类 中的静态方法com.ms.tools.core.id.ID
UUID 版本 5:使用 RFC-4122 中指定的 SHA-1 散列的基于名称的版本;
v6Uuid() - 类 中的静态方法com.ms.tools.core.id.ID
UUID 第 6 版:采用公历的时间排序版本,提议为新的 UUID 格式;
v7Uuid() - 类 中的静态方法com.ms.tools.core.id.ID
UUID 版本 7:按时间排序的 Unix 纪元版本,提议为新的 UUID 格式。
validate(String) - 类 中的方法com.ms.tools.core.id.factory.uuid.codec.base.BaseN
Checks if the UUID string is a valid.
validate(UUID) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID is valid.
validate(UUID, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID is valid.
validate(byte[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID byte array is valid.
validate(byte[], int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID byte array is valid.
validate(String) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID string is a valid.
validate(String, int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID string is a valid.
validate(char[]) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID char array is valid.
validate(char[], int) - 类 中的静态方法com.ms.tools.core.id.factory.uuid.util.UuidValidator
Checks if the UUID char array is valid.
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.base.size.FileSizeUtils
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.EmailManufacturerEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.PasswordRulesEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.SexEnum
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.SexEnum
 
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.datetime.CalendarFieldEnum
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法com.ms.tools.core.enums.datetime.CalendarFieldEnum
 
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.datetime.DateFormatEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.datetime.ZoneIdEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.random.RandomTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.regular.RegexpEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.request.MediaTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.enums.request.RequestBodyTypeEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidLocalDomain
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidNamespace
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidVariant
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidVersion
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.ms.tools.core.response.ResponseHttpStatus
返回带有指定名称的该类型的枚举常量。
valueOfName(String) - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.SexEnum
 
values() - 枚举 中的静态方法com.ms.tools.core.base.size.FileSizeUtils
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.EmailManufacturerEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum.Grade
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.PasswordRandomEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.PasswordRulesEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.baseinfo.SexEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.datetime.CalendarFieldEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.datetime.DateFormatEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.datetime.ZoneIdEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.random.RandomTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.regular.RegexpEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.request.MediaTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.enums.request.RequestBodyTypeEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidLocalDomain
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidNamespace
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidVariant
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.id.factory.uuid.enums.UuidVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.ms.tools.core.response.ResponseHttpStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERTICAL_DOUBLE_LINE - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 
VERTICAL_LINE - 接口 中的静态变量com.ms.tools.core.base.basic.Chars
 
VERTICAL_LINE - 接口 中的静态变量com.ms.tools.core.base.basic.Strings
 

W

WindowsTimeFunction - com.ms.tools.core.id.factory.uuid.factory.function.impl中的类
Function that returns a number of 100-nanoseconds since 1970-01-01 (Unix epoch).
WindowsTimeFunction() - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.impl.WindowsTimeFunction
 
WindowsTimeFunction(Clock) - 类 的构造器com.ms.tools.core.id.factory.uuid.factory.function.impl.WindowsTimeFunction
 
withClock(Clock) - 类 中的方法com.ms.tools.core.id.factory.tsid.TsidFactory.Builder
Set the clock to be used in tests.
withClock(Clock) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstCombFactory.Builder
 
withClockSeq(long) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
withClockSeq(byte[]) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
withClockSeqFunction(ClockSeqFunction) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
withCustomEpoch(Instant) - 类 中的方法com.ms.tools.core.id.factory.tsid.TsidFactory.Builder
Set the custom epoch.
withHashNodeId() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
withIncrementPlus1() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory.Builder
 
withIncrementPlusN() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory.Builder
 
withIncrementPlusN(long) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.TimeOrderedEpochFactory.Builder
 
withInstant(Instant) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
withInterval(int) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortPrefixCombFactory.Builder
 
withInterval(int) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.nonstandard.ShortSuffixCombFactory.Builder
 
withLocalDomain(UuidLocalDomain) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.DceSecurityFactory.Builder
 
withLocalDomain(byte) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.rfc4122.DceSecurityFactory.Builder
 
withMacNodeId() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
withNode(Integer) - 类 中的方法com.ms.tools.core.id.factory.tsid.TsidFactory.Builder
Set the node identifier.
withNodeBits(Integer) - 类 中的方法com.ms.tools.core.id.factory.tsid.TsidFactory.Builder
Set the node identifier bits length within the range 0 to 20.
withNodeId(long) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
withNodeId(byte[]) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
withNodeIdFunction(NodeIdFunction) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
withRandom(Random) - 类 中的方法com.ms.tools.core.id.factory.tsid.TsidFactory.Builder
Set the random generator.
withRandomFunction(IntSupplier) - 类 中的方法com.ms.tools.core.id.factory.tsid.TsidFactory.Builder
Set the random function.
withRandomFunction(IntFunction<byte[]>) - 类 中的方法com.ms.tools.core.id.factory.tsid.TsidFactory.Builder
Set the random function.
withRandomNodeId() - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 
withTimeFunction(TimeFunction) - 类 中的方法com.ms.tools.core.id.factory.uuid.factory.AbstTimeBasedFactory.Builder
 

Z

ZonedDateTimeUtils - com.ms.tools.core.base.datetime中的类
 
ZonedDateTimeUtils() - 类 的构造器com.ms.tools.core.base.datetime.ZonedDateTimeUtils
 
ZoneIdEnum - com.ms.tools.core.enums.datetime中的枚举
 
ZoneIdUtils - com.ms.tools.core.base.datetime中的类
 
ZoneIdUtils() - 类 的构造器com.ms.tools.core.base.datetime.ZoneIdUtils
 
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 © 2024. All rights reserved.