Interface DataCursor


  • public interface DataCursor
    For data access, we adopt a cursor model. This comes from database technology where a cursor object is used to walk over the results of a database query. Here the cursor walks the underlying data and stores enough state to extract data depending on its sort. The cursor may (or may not) contain internal subclasses to track various kinds of state.