Uses of Interface
org.anchoranalysis.math.histogram.Histogram.BinConsumer
| Package | Description |
|---|---|
| org.anchoranalysis.math.histogram |
The
Histogram data class and related operations. |
-
Uses of Histogram.BinConsumer in org.anchoranalysis.math.histogram
Methods in org.anchoranalysis.math.histogram with parameters of type Histogram.BinConsumer Modifier and Type Method Description voidHistogram. iterateValues(Histogram.BinConsumer consumer)Callsconsumerfor every value, increasing from min to max.voidHistogram. iterateValuesUntil(int limit, Histogram.BinConsumer consumer)Callsconsumerfor every value until a limit, increasing from min tolimit.