| 类 | 说明 |
|---|---|
| FixedLengthList<T> |
Simple fixed length list with just
FixedLengthList.add(Object) and FixedLengthList.get(int) |
| IntList | |
| LinkedList<E> |
Copy from system library, jdk 1.8.0_112u
Doubly-linked list implementation of the
List and Deque interfaces. |
| LinkedMonotoneList<E> |
A monotone increase list
|
| 枚举 | 说明 |
|---|---|
| LinkedMonotoneList.MonoType |
Copyright © 2017. All rights reserved.