| 接口 | 说明 |
|---|---|
| Keyable<T> |
具有主键性质的接口,类似数据库中的主键
|
| 类 | 说明 |
|---|---|
| ArrayKit |
有关数组处理的工具类。
|
| Assert |
断言工具类
|
| BeanKit |
java对象和map转换
|
| CharKit |
字符相关的工具类。
|
| ClassKit |
有关 Class 处理的工具类。
|
| ClassKit.TypeInfo |
代表一个类的信息, 包括父类, 接口, 数组的维数等.
|
| CloneKit |
类克隆工具
|
| CollectionKit |
有关集合处理的工具类,通过静态方法消除泛型编译警告。
|
| DateKit |
日期处理类
|
| Emptys |
定义各种代表“空”的常量
|
| ExceptionKit |
处理异常的工具类。
|
| FileKit |
有关File处理的工具类。
|
| FileKit.FileNameAndExtension | |
| IOKit |
IO工具类
|
| MimeParse |
MIME-Type解析类
|
| ObjectKit |
有关Object处理的工具类。
|
| PatternKit |
正则工具类
提供验证邮箱、手机号、电话号码、身份证号码、数字等方法
|
| PropertyKit |
properties文件工具类
|
| ReflectKit |
有关
Reflection 处理的工具类。 |
| StreamKit |
基于流的工具类
|
| StringKit |
有关字符串处理的工具类。
|
| SystemKit |
取得有关系统信息的工具类。
|
| SystemKit.HostInfo |
代表当前主机的信息。
|
| SystemKit.JavaInfo |
代表Java Implementation的信息。
|
| SystemKit.JavaRuntimeInfo |
代表当前运行的JRE的信息。
|
| SystemKit.JavaSpecInfo |
代表Java Specification的信息。
|
| SystemKit.JvmInfo |
代表Java Virtual Machine Implementation的信息。
|
| SystemKit.JvmSpecInfo |
代表Java Virutal Machine Specification的信息。
|
| SystemKit.OsInfo |
代表当前OS的信息。
|
| SystemKit.UserInfo |
代表当前用户的信息。
|
Copyright © 2015. All rights reserved.