| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.collection.list |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CursorableLinkedList<E>
A
List implementation with a ListIterator that
allows concurrent modifications to the underlying list. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected AbstractLinkedList<E> |
AbstractLinkedList.LinkedListIterator.parent
The parent list
|
| 构造器和说明 |
|---|
LinkedListIterator(AbstractLinkedList<E> parent,
int fromIndex)
Create a ListIterator for a list.
|
LinkedSubList(AbstractLinkedList<E> parent,
int fromIndex,
int toIndex) |
Copyright © 2022. All rights reserved.