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

pickles.PickleTable Maven / Gradle / Ivy

package pickles;

import java.util.List;

public class PickleTable implements PickleArgument {
    private final List> rows;

    public PickleTable(List> rows) {
        this.rows = rows;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy