ProcedureFactory<FastListCollectProcedure<T,V>>public final class FastListCollectProcedureFactory<T,V> extends java.lang.Object implements ProcedureFactory<FastListCollectProcedure<T,V>>
| Constructor | Description |
|---|---|
FastListCollectProcedureFactory(Function<? super T,V> function,
int newTaskSize) |
| Modifier and Type | Method | Description |
|---|---|---|
FastListCollectProcedure<T,V> |
create() |
public FastListCollectProcedure<T,V> create()
create in interface ProcedureFactory<T>Copyright © 2004–2018. All rights reserved.