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 Iterator |
AbstractLinkedList.createSubListIterator(AbstractLinkedList.LinkedSubList subList)
Creates an iterator for the sublist.
|
protected ListIterator |
AbstractLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList,
int fromIndex)
Creates a list iterator for the sublist.
|
protected ListIterator |
CursorableLinkedList.createSubListListIterator(AbstractLinkedList.LinkedSubList subList,
int fromIndex)
Creates a list iterator for the sublist.
|
Constructor and Description |
---|
AbstractLinkedList.LinkedSubListIterator(AbstractLinkedList.LinkedSubList sub,
int startIndex) |
CursorableLinkedList.SubCursor(AbstractLinkedList.LinkedSubList sub,
int index)
Constructs a new cursor.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.