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 double
getCenter()
Get the bin center.double
getLeft()
Get the bin minimum.double
getRight()
Get the bin maximum.
-