Method Summary |
|
public Object | clone() Returns a clone of the bin. |
public boolean | equals(Object obj) Tests this object for equality with an arbitrary object.
Parameters: obj - the object to test against. |
public double | getBinWidth() Returns the bin width. |
public int | getCount() Returns the number of items in the bin. |
public double | getEndBoundary() Returns the end boundary. |
public double | getStartBoundary() Returns the start boundary. |
public void | incrementCount() Increments the item count. |