org.macrocloud.kernel.toolkit.utils.IntegerPool Maven / Gradle / Ivy
package org.macrocloud.kernel.toolkit.utils;
/**
* 静态 Integer 池.
*
*/
public interface IntegerPool {
/** The int 1024. */
Integer INT_1024 = 1024;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy