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.5.2, "build v20140319-9ad6abd" API Reference