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

fr.lteconsulting.hexa.client.comm.Stack Maven / Gradle / Ivy

The newest version!
package fr.lteconsulting.hexa.client.comm;

public interface Stack
{
	final static int NB_OBJS = 50;

	T alloc();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy