public class Distribution
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
denominator |
int |
numerator |
java.util.ArrayList |
values
The values are Integer(s).
|
Constructor and Description |
---|
Distribution() |
Modifier and Type | Method and Description |
---|---|
void |
fromArray(java.lang.Integer[] ints) |