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