Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.util.concurrent.CountedCompleter
Packages that use CountedCompleter
Utility classes commonly useful in concurrent programming.
Methods in java.util.concurrent that return CountedCompleter
CountedCompleter.firstComplete()
If this task's pending count is zero, returns this task; otherwise decrements its pending count and returns null.
CountedCompleter.getCompleter()
Returns the completer established in this task's constructor, or null if none.
CountedCompleter.getRoot()
Returns the root of the current computation; i.e., this task if it has no completer, else its completer's root.
CountedCompleter.nextComplete()
If this task does not have a completer, invokes ForkJoinTask.quietlyComplete() and returns null.
Methods in java.util.concurrent with parameters of type CountedCompleter
void
CountedCompleter.onCompletion(CountedCompleter<?> caller)
Performs an action when method CountedCompleter.tryComplete() is invoked and the pending count is zero, or when the unconditional method CountedCompleter.complete(T) is invoked.
boolean
CountedCompleter.onExceptionalCompletion(Throwable ex, CountedCompleter<?> caller)
Performs an action when method ForkJoinTask.completeExceptionally(Throwable) is invoked or method CountedCompleter.compute() throws an exception, and this task has not already otherwise completed normally.
Constructors in java.util.concurrent with parameters of type CountedCompleter
protected
Creates a new CountedCompleter with the given completer and an initial pending count of zero.
protected
CountedCompleter(CountedCompleter<?> completer, int initialPendingCount)
Creates a new CountedCompleter with the given completer and initial pending count.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz