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