Package | Description |
---|---|
org.apache.commons.collections.list |
This package contains implementations of the
List interface. |
Modifier and Type | Field and Description |
---|---|
protected AbstractLinkedList.LinkedSubList |
AbstractLinkedList.LinkedSubListIterator.sub
The parent list
|
protected AbstractLinkedList.LinkedSubList |
CursorableLinkedList.SubCursor.sub
The parent list
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Iterator |
AbstractLinkedList.createSubListIterator(AbstractLinkedList.LinkedSubList subList)
Creates an iterator for the sublist.
|
protected java.util.ListIterator |
AbstractLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList,
int fromIndex)
Creates a list iterator for the sublist.
|
protected java.util.ListIterator |
CursorableLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList,
int fromIndex)
Creates a list iterator for the sublist.
|
Constructor and Description |
---|
LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub,
int startIndex) |
SubCursor(AbstractLinkedList.LinkedSubList sub,
int index)
Constructs a new cursor.
|
Copyright © 2001-2024 Apache Software Foundation. All Rights Reserved.