Class FastListCollectProcedureCombiner<T,V>

All Implemented Interfaces:
Serializable, Combiner<FastListCollectProcedure<T,V>>

public final class FastListCollectProcedureCombiner<T,V> extends AbstractTransformerBasedCombiner<V,T,FastListCollectProcedure<T,V>>
Combines the results of a Collection of CollectBlocks which each hold onto a transformed (collect) collection of results.
See Also:
  • Constructor Details

    • FastListCollectProcedureCombiner

      public FastListCollectProcedureCombiner(Iterable<T> sourceIterable, Collection<V> targetCollection, int initialCapacity, boolean combineOne)
  • Method Details