org.gawst.asyncdb.MapDataSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asyncdb Show documentation
Show all versions of asyncdb Show documentation
A set of helper class to keep a copy of small SQLite databases in memory in Android
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> {
}