Interface ListIterable<T>
-
- All Superinterfaces:
java.lang.Iterable<T>
- All Known Implementing Classes:
CloneListIterable
,SingleElementListIterable
,SnapshotCloneListIterable
public interface ListIterable<T> extends java.lang.Iterable<T>
AListIterable
simply forces the returned object to be an instance ofListIterator
.- Version:
- 2.5
- Author:
- Pascal Filion
- Since:
- 2.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListIterator<T>
iterator()
-