org.sophon.commons.core.IntArrable Maven / Gradle / Ivy
The newest version!
package org.sophon.commons.core;
/**
* 可生成 Int 数组的接口
* @author moushaokun
* @since time: 2023-02-16 21:55
*/
public interface IntArrable {
/**
* 生成int数组
* @return int 数组
*/
int[] array();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy