Modifier and Type | Method and Description |
---|---|
static Histogram.Bins |
makePrettyBins(double start,
double end,
int n) |
Histogram.Bins |
read(AutoBuffer bb)
Deserialize from the AutoBuffer into a pre-existing 'this' object.
|
AutoBuffer |
write(AutoBuffer bb)
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer.
|
clone, frozenType, init, newInstance, toDocField, writeJSON, writeJSONFields
public AutoBuffer write(AutoBuffer bb)
Freezable
public Histogram.Bins read(AutoBuffer bb)
Freezable
public static Histogram.Bins makePrettyBins(double start, double end, int n)