Modifier and Type | Class and Description |
---|---|
class |
LinkedList<E> |
Modifier and Type | Method and Description |
---|---|
IList<E> |
LinkedList.getSubList(int start,
int stop) |
IList<E> |
IList.getSubList(int start,
int stop)
Return a sublist of elements in this list from start inclusive to stop exclusive.
|