All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.grouplens.common.cursors.package-info Maven / Gradle / Ivy

/**
 * Cursors for iterative data access.
 *
 * 

Cursors (see {@link Cursor}) are basically closeable iterators, used for * accessing data sources. They also expose the number of rows they will return, * although it is not guaranteed that a cursor can compute its length. */ package org.grouplens.common.cursors;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy