Class FastListRejectProcedureCombiner<T>

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

public final class FastListRejectProcedureCombiner<T> extends AbstractPredicateBasedCombiner<T,FastListRejectProcedure<T>>
Combines the results of a Collection of FastListRejectProcedures which each hold onto a negative filtered (reject) collection of results.
See Also:
  • Constructor Details

    • FastListRejectProcedureCombiner

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