Interface Histogram.Iter
-
- All Known Implementing Classes:
AbstractStaticHistogram.Iter,DoubleHistogram.Iter,ObjHistogram.Iter
- Enclosing interface:
- Histogram
public static interface Histogram.Iter extends ArrayIter
Array iterator.- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCenter()Get the bin center.doublegetLeft()Get the bin minimum.doublegetRight()Get the bin maximum.
-