| 接口 | 说明 |
|---|---|
| Iterators.Converter<T,O> |
用于迭代器类型转换
|
| ResourcesUtils.Scanner |
扫描classpath时找到资源的回调接口方法。
|
| 类 | 说明 |
|---|---|
| ArrayUtils |
Operations on arrays, primitive arrays (like
int[]) and
primitive wrapper arrays (like Integer[]). |
| BeanUtils | |
| BooleanUtils |
Operations on boolean primitives and Boolean objects.
|
| ByteUtils | |
| CharUtils |
Operations on char primitives and Character objects.
|
| CheckUtils | |
| ClassUtils |
Operates on classes without using reflection.
|
| CommonCodeUtils | |
| CommonCodeUtils.Base64 |
简单编码类,该类提供了Base64的编码,该编码器与配套的js编码器可以实现互相编码互相转化功能。
|
| CommonCodeUtils.HexConversion |
基于十六进制的字符转换
|
| CommonCodeUtils.MD5 |
MD5算法提供
|
| ContextClassLoaderLocal<T> |
An instance of this class represents a value that is provided per (thread)
context classloader.
|
| ExceptionUtils |
异常工具类
|
| Iterators | |
| MatchUtils | |
| NameThreadFactory | |
| NumberUtils |
Provides extra functionality for Java Number classes.
|
| ObjectUtils |
Operations on
Object. |
| ObjectUtils.Null |
Class used as a null placeholder where
null
has another meaning. |
| ResourcesUtils |
资源加载工具类,所有方法均是程序级优先。
|
| ResourcesUtils.ScanEvent |
发现事件
|
| ScanClassPath | |
| StringUtils |
Operations on
String that are
null safe. |
| 枚举 | 说明 |
|---|---|
| MatchUtils.MatchTypeEnum |
Copyright © 2020. All rights reserved.