Class ParallelIterate.SumByBigIntegerCombiner<T,V>
- java.lang.Object
-
- org.eclipse.collections.impl.parallel.AbstractProcedureCombiner<ParallelIterate.SumByBigIntegerProcedure<T,V>>
-
- org.eclipse.collections.impl.parallel.ParallelIterate.SumByBigIntegerCombiner<T,V>
-
- All Implemented Interfaces:
java.io.Serializable
,Combiner<ParallelIterate.SumByBigIntegerProcedure<T,V>>
- Enclosing class:
- ParallelIterate
private static final class ParallelIterate.SumByBigIntegerCombiner<T,V> extends AbstractProcedureCombiner<ParallelIterate.SumByBigIntegerProcedure<T,V>>
-
-
Field Summary
Fields Modifier and Type Field Description private MutableMap<V,java.math.BigInteger>
result
-
Constructor Summary
Constructors Modifier Constructor Description private
SumByBigIntegerCombiner(MutableMap<V,java.math.BigInteger> result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
combineOne(ParallelIterate.SumByBigIntegerProcedure<T,V> thingToCombine)
-
Methods inherited from class org.eclipse.collections.impl.parallel.AbstractProcedureCombiner
setCombineOne, useCombineOne
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.impl.parallel.Combiner
combineAll
-
-
-
-
Field Detail
-
result
private final MutableMap<V,java.math.BigInteger> result
-
-
Constructor Detail
-
SumByBigIntegerCombiner
private SumByBigIntegerCombiner(MutableMap<V,java.math.BigInteger> result)
-
-
Method Detail
-
combineOne
public void combineOne(ParallelIterate.SumByBigIntegerProcedure<T,V> thingToCombine)
-
-