Interface BinBag.Bin
-
- Enclosing class:
- BinBag
public static interface BinBag.Bin
Describes the extent of a bin and the value it contains.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getXMax()
Returns the upper bound of this bin.double
getXMin()
Returns the lower bound of this bin.double
getY()
Returns the value so far accumulated into this bin.
-