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

org.gawst.asyncdb.MapDataSource Maven / Gradle / Ivy

Go to download

A set of helper class to keep a copy of small SQLite databases in memory in Android

There is a newer version: 3.1.1
Show newest version
package org.gawst.asyncdb;

/**
 * Interface that defines sources that handle a Key/Value pair to store in a regular {@link org.gawst.asyncdb.DataSource}
 *
 * @param  Type of the Key handled the {@link org.gawst.asyncdb.DataSource}.
 * @param  Type of the Value handled the {@link org.gawst.asyncdb.DataSource}.
 * @author Created by robUx4 on 12/31/2014.
 */
public interface MapDataSource extends DataSource, INSERT_ID> {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy