| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.collection.list |
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
CursorableLinkedList.SubCursor<E>
A cursor for the sublist based on LinkedSubListIterator.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CursorableLinkedList.Cursor<E> |
CursorableLinkedList.cursor()
Returns a
CursorableLinkedList.Cursor for iterating through the elements of this list. |
CursorableLinkedList.Cursor<E> |
CursorableLinkedList.cursor(int fromIndex)
Returns a
CursorableLinkedList.Cursor for iterating through the elements of this list
starting from a specified index. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
CursorableLinkedList.registerCursor(CursorableLinkedList.Cursor<E> cursor)
Registers a cursor to be notified of changes to this list.
|
protected void |
CursorableLinkedList.unregisterCursor(CursorableLinkedList.Cursor<E> cursor)
Deregisters a cursor from the list to be notified of changes.
|
Copyright © 2022. All rights reserved.