Class FastListSelectProcedureCombiner<T>

All Implemented Interfaces:
Serializable, Combiner<FastListSelectProcedure<T>>

public final class FastListSelectProcedureCombiner<T> extends AbstractPredicateBasedCombiner<T,FastListSelectProcedure<T>>
Combines the results of a Collection of SelectBlocks which each hold onto a filtered (select) collection of results.
See Also:
  • Constructor Details

    • FastListSelectProcedureCombiner

      public FastListSelectProcedureCombiner(Iterable<T> sourceCollection, Collection<T> targetCollection, int initialCapacity, boolean combineOne)
  • Method Details