Interface HistogramDataConsumer<T extends java.lang.Exception>
-
public interface HistogramDataConsumer<T extends java.lang.Exception>
This interface exists to avoid boxing primitive ints to Integers (otherwiseBiConsumer
<Integer, Integer> would have been sufficient).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consume(long point, int value)
-