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-2014 JBoss by Red Hat. All Rights Reserved.