Package net.imglib2.histogram
Class HistogramNd.Decrementer
- java.lang.Object
-
- net.imglib2.histogram.HistogramNd.Decrementer
-
- All Implemented Interfaces:
HistogramNd.Counter
- Enclosing class:
- HistogramNd<T>
private class HistogramNd.Decrementer extends java.lang.Object implements HistogramNd.Counter
-
-
Constructor Summary
Constructors Modifier Constructor Description privateDecrementer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcount(long[] position, boolean ignored)
-
-
-
Method Detail
-
count
public void count(long[] position, boolean ignored)- Specified by:
countin interfaceHistogramNd.Counter
-
-