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

org.macrocloud.kernel.toolkit.utils.IntegerPool Maven / Gradle / Ivy

There is a newer version: 1.1.0-RELEASE
Show newest version
package org.macrocloud.kernel.toolkit.utils;


/**
 * 静态 Integer 池.
 *
 */
public interface IntegerPool {

	/** The int 1024. */
	Integer INT_1024 = 1024;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy