| Class | Description |
|---|---|
| ArrayUtils |
数组的工具类.
|
| Assert |
断言工具类,对于满足断言的情况,抛出指定异常 一般用于检查传入参数是否合法
|
| AssertIllegalArgument |
断言工具类,对于满足断言的情况,抛出IllegalArgumentException异常.
|
| AssertUtils |
断言工具类,对于满足断言的情况,抛出指定异常
一般用于检查传入参数是否合法
|
| ClassLoaderUtils |
类加载器工具.
|
| ClassLoaderUtils.AggregateIterator<E> |
聚合成一个能进行重复迭代和过滤的枚举实例。 始终保持一领先的统计员,以防止重复返回。.
|
| ClassUtils |
class处理的工具类.
|
| ClassUtils.Fields |
java.lang.reflect.Field utils
|
| ClassUtils.Methods |
java.lang.reflect.Method utils
|
| ClassUtils.Types |
java.lang.Class utils
|
| CollectionUtils |
集合类工具.
|
| Console |
Console.
|
| Dates |
日期的帮助类
|
| DateUtils | Deprecated |
| Instances |
Instances
|
| LambdaUtils |
LambdaUtils.
|
| LambdaUtils.InstanceLambdaInfo |
The Class InstanceLambdaInfo.
|
| LambdaUtils.SerializableConsumerLambdaInfo<T> |
The Class SerializableConsumerLambdaInfo.
|
| LambdaUtils.SerializableDoubleSupplierLambdaInfo |
The Class SerializableDoubleSupplierLambdaInfo.
|
| LambdaUtils.SerializableIntSupplierLambdaInfo |
The Class SerializableIntSupplierLambdaInfo.
|
| LambdaUtils.SerializableLongSupplierLambdaInfo |
The Class SerializableLongSupplierLambdaInfo.
|
| LambdaUtils.SerializableSupplierLambdaInfo<T> |
The Class SerializableSupplierLambdaInfo.
|
| LambdaUtils.SerializedLambdaInfo |
The Class SerializedLambdaInfo.
|
| Lang |
A utility class that encapsulates some common operations that are syntactically cumbersome.
|
| LangUtils | Deprecated
use
Lang instead |
| LogUtils |
The Class LogUtils.
|
| NumberUtils |
NumberUtils
|
| Randoms |
随机生成工具类
|
| RandomUtils | Deprecated
use
Randoms instead |
| ServiceLoaderUtils |
ServiceLoaderUtils
|
| Strings |
字符串的工具类 .
|
| StringUtils | Deprecated |
| SystemPropertyUtils |
系统默认属性工具类
|
| Timer |
Timer.
|
| UriUtils |
uri的工具类
|
| UUIDGenerator |
UUID生成工具类.
支持生成长度为22,32,36的UUID. 生成性能依次是36>32>22. |
| WordUtils |
一些单词的处理
|
| Enum | Description |
|---|---|
| Dates.TimeType |
时间类型
|
| DateUtils.TimeType |
时间类型
|
| Randoms.CharType |
字符类型.
|
| RandomUtils.CharType |
字符类型.
|
| ServiceLoaderUtils.MultiPolicy |
找到多个服务时的策略
|
| ServiceLoaderUtils.NotFoundPolicy |
没有找到服务时的策略
|