public static interface Parallel.ReduceInt<V>
Modifier and Type | Method and Description |
---|---|
V |
combine(V v1,
V v2)
Returns the combination of two specified values.
|
V |
compute(int i)
Returns a value computed for the specified loop index.
|