Class ParallelMapIterate


  • public final class ParallelMapIterate
    extends Object
    The ParallelMapIterate class contains parallel algorithms that work with Maps.

    The forEachEntry algorithm employs a batching fork and join approach which does not yet allow for specification of a Factory for the blocks or a Combiner for the results. This means that forEachKeyValue can only support pure forking or forking with a shared thread-safe data structure collecting results.