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

org.jxls.functions.SummarizerBuilder Maven / Gradle / Ivy

The newest version!
package org.jxls.functions;

public interface SummarizerBuilder {

    /**
     * @return new Summarizer instance with initial value (usually zero)
     */
    Summarizer build();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy