Class CountCombiner<T>
java.lang.Object
org.eclipse.collections.impl.parallel.AbstractProcedureCombiner<CountProcedure<T>>
org.eclipse.collections.impl.parallel.CountCombiner<T>
- All Implemented Interfaces:
Serializable, Combiner<CountProcedure<T>>
Combines the results of a Collection of CountBlocks which each hold onto a filtered sum (count where) result.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractProcedureCombiner
setCombineOne, useCombineOneMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Combiner
combineAll
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
count
private int count
-
-
Constructor Details
-
CountCombiner
public CountCombiner()
-
-
Method Details
-
combineOne
-
getCount
public int getCount()
-