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

org.leialearns.api.model.histogram.CounterUpdate Maven / Gradle / Ivy

The newest version!
package org.leialearns.api.model.histogram;

public interface CounterUpdate {
    Counter getCounter();
    long getAmount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy