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

proj.zoie.api.indexing.ZoieIndexableInterpreter Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package proj.zoie.api.indexing;


/**
 * Interface to translate from a data object to an indexable object.
 */
public interface ZoieIndexableInterpreter{
	ZoieIndexable convertAndInterpret(V src);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy