Interface ListIterable<T>
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
CloneListIterable
,SnapshotCloneListIterable
A
ListIterable
simply forces the returned object to be an instance of ListIterator
.- Version:
- 2.5
- Author:
- Pascal Filion
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
ListIterator<T> iterator()
-