| 程序包 | 说明 |
|---|---|
| cn.gongler.util |
工具类
ococo-util8.jar, for Java8
2018.04.25 新增Util.parseUnsignedLong, toUnsignString()
2017.10.27 Util.LineComparator() 排序从前后缀方式替换成分段式排序。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> Iterable<E> |
GonglerUtil.ForEachFrom(ExceptionSupplier<E> sup)
仅用于for循环
|
static <T> Iterable<T> |
GonglerUtil.IterableAdapter(ExceptionSupplier<T> sup)
枚举适配器,用返回null作为结束标记。
|
static <T> Iterator<T> |
GonglerUtil.IteratorAdapter(ExceptionSupplier<T> sup) |
Copyright © 2022. All rights reserved.