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

cc.owoo.godpen.content.json.CollectionCreate Maven / Gradle / Ivy

package cc.owoo.godpen.content.json;

import java.util.Collection;

/**
 * 集合类创建
 * Created by nimensei
 * 2022-05-16 下午 04:32
 **/
public interface CollectionCreate {
     Collection create(int length);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy