Product |
Product.combine(Product other) |
|
static Product |
Product.create() |
Creates an instance.
|
static Product |
Product.of(double... values) |
Returns an instance populated using the input values .
|
static Product |
Product.of(int... values) |
Returns an instance populated using the input values .
|
static Product |
Product.of(long... values) |
Returns an instance populated using the input values .
|
static Product |
Product.ofRange(double[] values,
int from,
int to) |
Returns an instance populated using the specified range of values .
|
static Product |
Product.ofRange(int[] values,
int from,
int to) |
Returns an instance populated using the specified range of values .
|
static Product |
Product.ofRange(long[] values,
int from,
int to) |
Returns an instance populated using the specified range of values .
|