public final class FastListRejectProcedureFactory<T> extends Object implements ProcedureFactory<FastListRejectProcedure<T>>
| Constructor and Description |
|---|
FastListRejectProcedureFactory(org.eclipse.collections.api.block.predicate.Predicate<? super T> newPredicate,
int newInitialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
FastListRejectProcedure<T> |
create() |
public FastListRejectProcedureFactory(org.eclipse.collections.api.block.predicate.Predicate<? super T> newPredicate, int newInitialCapacity)
public FastListRejectProcedure<T> create()
create in interface ProcedureFactory<FastListRejectProcedure<T>>Copyright © 2004–2018. All rights reserved.