public interface ListIterable<T> extends Iterable<T>
ListIterable
simply forces the returned object to be an instance of ListIterator
.Modifier and Type | Method and Description |
---|---|
ListIterator<T> |
iterator() |
forEach, spliterator
ListIterator<T> iterator()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference