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

com.googlecode.openbox.common.pool.ObjectProvider Maven / Gradle / Ivy

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

import java.util.List;

public interface ObjectProvider {
	
	V provideObject(K key);
	
	List provideObjects(K key,int num);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy