Package org.greenrobot.greendao.query
Interface CloseableListIterator<T>
-
- Type Parameters:
T-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,java.util.Iterator<T>,java.util.ListIterator<T>
- All Known Implementing Classes:
LazyList.LazyIterator
public interface CloseableListIterator<T> extends java.util.ListIterator<T>, java.io.CloseableA list iterator that needs to be closed (or the associated list) to free underlying resources like a database cursor. Typically used with LazyList.