Uses of Interface
pabeles.concurrency.IntRangeConsumer
Packages that use IntRangeConsumer
-
Uses of IntRangeConsumer in pabeles.concurrency
Methods in pabeles.concurrency with parameters of type IntRangeConsumerModifier and TypeMethodDescriptionstatic void
ConcurrencyOps.loopBlocks
(int start, int endExclusive, int minBlock, IntRangeConsumer consumer) Automatically breaks the problem up into blocks based on the number of threads available.static void
ConcurrencyOps.loopBlocks
(int start, int endExclusive, IntRangeConsumer consumer) Splits the range of values up into blocks.Constructors in pabeles.concurrency with parameters of type IntRangeConsumerModifierConstructorDescriptionIntRangeTask
(int step, int min, int max, int stepLength, IntRangeConsumer consumer) IntRangeTask
(int min, int max, int stepLength, IntRangeConsumer consumer)