public final class FastListCollectProcedureFactory<T,V> extends java.lang.Object implements ProcedureFactory<FastListCollectProcedure<T,V>>
| Constructor and Description |
|---|
FastListCollectProcedureFactory(com.gs.collections.api.block.function.Function<? super T,V> function,
int newTaskSize) |
| Modifier and Type | Method and Description |
|---|---|
FastListCollectProcedure<T,V> |
create() |
public FastListCollectProcedure<T,V> create()
create in interface ProcedureFactory<FastListCollectProcedure<T,V>>