| 程序包 | 说明 |
|---|---|
| cn.gongler.util |
工具类
ococo-util8.jar, for Java8
2018.04.25 新增Util.parseUnsignedLong, toUnsignString()
2017.10.27 Util.LineComparator() 排序从前后缀方式替换成分段式排序。
|
| cn.gongler.util.db | |
| cn.gongler.util.function | |
| cn.gongler.util.net.client | |
| cn.gongler.util.resend.db |
| 限定符和类型 | 方法和说明 |
|---|---|
<D> java.util.function.Consumer<D> |
QueueConsumer.toView(ExceptionConsumer<D> dataHandler)
如果不习惯于lambda,那么可以用本方法转换成同类型队列的视图形式使用。
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ConnectionFactory |
| 限定符和类型 | 方法和说明 |
|---|---|
default ExceptionConsumer<T> |
ExceptionConsumer.acceptThen(T t) |
default ExceptionConsumer<T> |
ExceptionConsumer.andThen(ExceptionConsumer<? super T> after)
Returns a composed
BiConsumer that performs, in sequence, this
operation followed by the after operation. |
| 限定符和类型 | 方法和说明 |
|---|---|
default ExceptionConsumer<T> |
ExceptionConsumer.andThen(ExceptionConsumer<? super T> after)
Returns a composed
BiConsumer that performs, in sequence, this
operation followed by the after operation. |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IClientSender<Pack>
虽然可以使用ExceptionConsumer,但为了可读性,特定义本接口
|
| 构造器和说明 |
|---|
SendPackScanner(Runnable initPackChecker,
ExceptionConsumer<SendPackScanner.ISendPackRegister<Pack,Param>> packScanner,
java.util.function.BiPredicate<Pack,Ack> ackChecker,
ISender<Pack> realSender) |
Copyright © 2022. All rights reserved.