de.greenrobot.dao
Interface CloseableListIterator<T>

Type Parameters:
T -
All Superinterfaces:
java.io.Closeable, java.util.Iterator<T>, java.util.ListIterator<T>

public interface CloseableListIterator<T>
extends java.util.ListIterator<T>, java.io.Closeable

A list iterator that needs to be closed (or the associated list) to free underlying resources like a database cursor. Typically used with LazyList.


Method Summary
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 
Methods inherited from interface java.io.Closeable
close
 



Copyright © 2011 greenrobot.de. All Rights Reserved.