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

netflix.ocelli.util.Average Maven / Gradle / Ivy

There is a newer version: 0.1.0-rc.2
Show newest version
package netflix.ocelli.util;


public interface Average {
    double get();
    void addSample(long sample);
    void reset();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy