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