| 接口 | 说明 |
|---|---|
| TryCatchKits.UncheckedFunction<T,R> |
| 类 | 说明 |
|---|---|
| BooleanKits | |
| ExceptionKits |
关于异常的工具类.
|
| ObjectKits |
对象工具类
|
| RandomKits |
copy from vjtools
随机数工具集.
|
| SystemPropertiesKits |
copy from vjtools
关于SystemProperties的工具类
1.
|
| SystemPropertiesKits.ListenableProperties |
Properties 本质上是一个HashTable,每次读写都会加锁,所以不支持频繁的System.getProperty(name)来检查系统内容变化 因此扩展了Properties子类,
在其所关心的属性变化时进行通知.
|
| SystemPropertiesKits.PropertiesListener |
获取所关心的Property变更的Listener基类.
|
| TryCatchKits |
当lambda中遇到try-catch的时候可以使用这个进行
|
Copyright © 2020. All rights reserved.