T - the element typepublic interface ListIterable<T> extends Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
ListIterator<T> |
listIterator()
|
ListIterator<T> |
listIterator(int index)
|
ListIterator<T> listIterator()
List.listIterator().ListIterator<T> listIterator(int index)
index - lower than the size of this ListIterable, see List.listIterator(int).List.listIterator(int).Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.