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