Uses of Interface
de.greenrobot.dao.CloseableListIterator

Packages that use CloseableListIterator
de.greenrobot.dao   
 

Uses of CloseableListIterator in de.greenrobot.dao
 

Methods in de.greenrobot.dao that return CloseableListIterator
 CloseableListIterator<T> QueryBuilder.listIterator()
          Shorthand for build().
 CloseableListIterator<T> Query.listIterator()
          Executes the query and returns the result as a list iterator; make sure to close it to close the underlying cursor.
 CloseableListIterator<E> LazyList.listIterator()
           
 CloseableListIterator<E> LazyList.listIteratorAutoClose()
          Closes this list's cursor once the iterator is fully iterated through.
 



Copyright © 2011 greenrobot.de. All Rights Reserved.