Uses of Class
org.eclipse.collections.impl.block.procedure.FastListCollectProcedure
-
Packages that use FastListCollectProcedure Package Description org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers. -
-
Uses of FastListCollectProcedure in org.eclipse.collections.impl.parallel
Methods in org.eclipse.collections.impl.parallel that return FastListCollectProcedure Modifier and Type Method Description FastListCollectProcedure<T,V>FastListCollectProcedureFactory. create()Methods in org.eclipse.collections.impl.parallel with parameters of type FastListCollectProcedure Modifier and Type Method Description voidFastListCollectProcedureCombiner. combineOne(FastListCollectProcedure<T,V> procedure)
-