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

com.WazaBe.HoloEverywhere.util.Pool Maven / Gradle / Ivy

The newest version!
package com.WazaBe.HoloEverywhere.util;

public interface Pool> {
	public abstract T acquire();

	public abstract void release(T element);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy