| 类 | 说明 |
|---|---|
| Pair<L,R> |
引入一个简简单单的Pair, 用于返回值返回两个元素.
|
| SortedArrayList<E> |
从Jodd整体复制,部分指定了index的操作不支持,如 add(index, element)
修改包括:改进Comparator泛型定义,findInsertionPoint的位移改进
https://github.com/oblac/jodd/blob/master/jodd-core/src/main/java/jodd/util/collection/SortedArrayList.java
An extension of
ArrayList that insures that all of the items
added are sorted. |
| Triple<L,M,R> |
引入一个简简单单的Triple, 用于返回值返回三个元素.
|
Copyright © 2020. All rights reserved.