Package 

Class AbstractCursor

  • All Implemented Interfaces:
    android.database.Cursor , java.io.Closeable , java.lang.AutoCloseable

    
    public abstract class AbstractCursor
     implements Cursor
                        

    This is an abstract cursor class that handles a lot of the common code that all cursors need to deal with and is provided for convenience reasons.