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

toolgood.algorithm.DiyNameInfo Maven / Gradle / Ivy

package toolgood.algorithm;

import java.util.ArrayList;
import java.util.List;

public class DiyNameInfo {
    public List Parameters;
    
    public List Functions;

    public DiyNameInfo(){
        Parameters=new ArrayList<>();
        Functions=new ArrayList<>();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy