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

com.googlecode.openbox.jsonpool.JsonStoreProvider Maven / Gradle / Ivy

There is a newer version: 2.1.6
Show newest version
package com.googlecode.openbox.jsonpool;

import java.util.List;

public interface JsonStoreProvider {

	List get(K dc, int userNum, int fromIndex);

	int getInitSize();

	String getStorePath(K k);
	
	Class getJsonClass();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy