public static class Vector.VectorAccumParam$ extends Object implements AccumulatorParam<Vector>
| Constructor and Description |
|---|
Vector.VectorAccumParam$() |
| Modifier and Type | Method and Description |
|---|---|
Vector |
addInPlace(Vector t1,
Vector t2)
Merge two accumulated values together.
|
Vector |
zero(Vector initialValue)
Return the "zero" (identity) value for an accumulator type, given its initial value.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAccumulatorpublic Vector addInPlace(Vector t1, Vector t2)
AccumulableParamaddInPlace in interface AccumulableParam<Vector,Vector>t1 - one set of accumulated datat2 - another set of accumulated datapublic Vector zero(Vector initialValue)
AccumulableParamzero in interface AccumulableParam<Vector,Vector>