- handle(BiFunction<? super T, Throwable, ? extends U>) - Method in class java8.util.concurrent.CompletableFuture
-
- handle(BiFunction<? super T, Throwable, ? extends U>) - Method in interface java8.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
either normally or exceptionally, is executed with this stage's
result and exception as arguments to the supplied function.
- handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in class java8.util.concurrent.CompletableFuture
-
- handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in class java8.util.concurrent.CompletableFuture
-
- handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in interface java8.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
either normally or exceptionally, is executed using this stage's
default asynchronous execution facility, with this stage's
result and exception as arguments to the supplied function.
- handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in interface java8.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
either normally or exceptionally, is executed using the
supplied executor, with this stage's result and exception as
arguments to the supplied function.
- hasCharacteristics(int) - Method in interface java8.util.Spliterator
-
- hasCharacteristics(Spliterator<T>, int) - Static method in class java8.util.Spliterators
-
- hash(Object...) - Static method in class java8.util.Objects
-
Generates a hash code for a sequence of input values.
- hashCode(double) - Static method in class java8.lang.Doubles
-
Returns a hash code for a double
value; compatible with
Double.hashCode()
.
- hashCode(int) - Static method in class java8.lang.Integers
-
Returns a hash code for a int
value; compatible with
Integer.hashCode()
.
- hashCode(long) - Static method in class java8.lang.Longs
-
Returns a hash code for a long
value; compatible with
Long.hashCode()
.
- hashCode(Object) - Static method in class java8.util.Objects
-
Returns the hash code of a non-null
argument and 0 for
a null
argument.
- hashCode() - Method in class java8.util.Optional
-
Returns the hash code value of the present value, if any, or 0 (zero) if
no value is present.
- hashCode() - Method in class java8.util.OptionalDouble
-
Returns the hash code value of the present value, if any, or 0 (zero) if
no value is present.
- hashCode() - Method in class java8.util.OptionalInt
-
Returns the hash code value of the present value, if any, or 0 (zero) if
no value is present.
- hashCode() - Method in class java8.util.OptionalLong
-
Returns the hash code value of the present value, if any, or 0 (zero) if
no value is present.
- hasQueuedSubmissions() - Method in class java8.util.concurrent.ForkJoinPool
-
Returns true
if there are any tasks submitted to this
pool that have not yet begun executing.
- helpComplete(int) - Method in class java8.util.concurrent.CountedCompleter
-
If this task has not completed, attempts to process at most the
given number of other unprocessed tasks for which this task is
on the completion path, if any are known to exist.
- helpQuiesce() - Static method in class java8.util.concurrent.ForkJoinTask
-
Possibly executes tasks until the pool hosting the current task
is quiescent
.