Interface HistogramDataConsumer<T extends Exception>
public interface HistogramDataConsumer<T extends Exception>
This interface exists to avoid boxing primitive ints to Integers (otherwise
BiConsumer<Integer, Integer> would have been sufficient).-
Method Summary