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