
com.github.skjolber.histogram.Histogram Maven / Gradle / Ivy
package com.github.skjolber.histogram;
public interface Histogram {
long getValue(int index);
String getLabel(int index);
public int size();
long getMaxValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy