public static final class AtomicHistogram.SerializableResult extends Object
| Modifier and Type | Field and Description |
|---|---|
double[] |
boundaries |
double |
coveredFraction |
long[] |
hist |
long |
total |
| Constructor and Description |
|---|
AtomicHistogram.SerializableResult(double[] boundaries,
long total,
long[] hist,
double coveredFraction) |
Copyright © 2018. All rights reserved.