Class FastListCollectProcedureFactory<T,V>
- java.lang.Object
-
- org.eclipse.collections.impl.parallel.FastListCollectProcedureFactory<T,V>
-
- All Implemented Interfaces:
ProcedureFactory<FastListCollectProcedure<T,V>>
public final class FastListCollectProcedureFactory<T,V> extends java.lang.Object implements ProcedureFactory<FastListCollectProcedure<T,V>>
-
-
Field Summary
Fields Modifier and Type Field Description private int
collectionSize
private Function<? super T,V>
function
-
Constructor Summary
Constructors Constructor Description FastListCollectProcedureFactory(Function<? super T,V> function, int newTaskSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FastListCollectProcedure<T,V>
create()
-
-
-
Method Detail
-
create
public FastListCollectProcedure<T,V> create()
- Specified by:
create
in interfaceProcedureFactory<T>
-
-