Class IntOperatorTask.Sum

java.lang.Object
java.util.concurrent.ForkJoinTask<java.lang.Number>
pabeles.concurrency.IntOperatorTask
pabeles.concurrency.IntOperatorTask.Sum
All Implemented Interfaces:
java.io.Serializable, java.util.concurrent.Future<java.lang.Number>
Enclosing class:
IntOperatorTask

public static class IntOperatorTask.Sum
extends IntOperatorTask
See Also:
Serialized Form
  • Nested Class Summary

    Nested classes/interfaces inherited from class pabeles.concurrency.IntOperatorTask

    IntOperatorTask.Max, IntOperatorTask.Min, IntOperatorTask.Sum
  • Constructor Summary

    Constructors 
    Constructor Description
    Sum​(int value, int max, java.lang.Class primitiveType, IntProducerNumber consumer)  
  • Method Summary

    Modifier and Type Method Description
    protected IntOperatorTask newInstance​(int value, int max, java.lang.Class primitiveType, IntProducerNumber consumer)  
    protected void operator​(java.lang.Number next)  

    Methods inherited from class pabeles.concurrency.IntOperatorTask

    exec, getRawResult, setRawResult

    Methods inherited from class java.util.concurrent.ForkJoinTask

    adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollSubmission, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait