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