- empty() - Static method in class java8.util.Optional
-
Returns an empty Optional
instance.
- empty() - Static method in class java8.util.OptionalDouble
-
Returns an empty OptionalDouble
instance.
- empty() - Static method in class java8.util.OptionalInt
-
Returns an empty OptionalInt
instance.
- empty() - Static method in class java8.util.OptionalLong
-
Returns an empty OptionalLong
instance.
- empty() - Static method in class java8.util.stream.DoubleStreams
-
Returns an empty sequential DoubleStream
.
- empty() - Static method in class java8.util.stream.IntStreams
-
Returns an empty sequential IntStream
.
- empty() - Static method in class java8.util.stream.LongStreams
-
Returns an empty sequential LongStream
.
- empty() - Static method in class java8.util.stream.StreamSupport
-
Returns an empty sequential Stream
.
- emptyDoubleSpliterator() - Static method in class java8.util.Spliterators
-
- emptyIntSpliterator() - Static method in class java8.util.Spliterators
-
- emptyLongSpliterator() - Static method in class java8.util.Spliterators
-
- emptySpliterator() - Static method in class java8.util.Spliterators
-
- equals(Object, Object) - Static method in class java8.util.Objects
-
Returns true
if the arguments are equal to each other
and false
otherwise.
- equals(Object) - Method in class java8.util.Optional
-
Indicates whether some other object is "equal to" this Optional.
- equals(Object) - Method in class java8.util.OptionalDouble
-
Indicates whether some other object is "equal to" this OptionalDouble.
- equals(Object) - Method in class java8.util.OptionalInt
-
Indicates whether some other object is "equal to" this OptionalInt.
- equals(Object) - Method in class java8.util.OptionalLong
-
Indicates whether some other object is "equal to" this OptionalLong.
- estimateSize() - Method in interface java8.util.Spliterator
-
- estimateSize() - Method in class java8.util.Spliterators.AbstractDoubleSpliterator
-
- estimateSize() - Method in class java8.util.Spliterators.AbstractIntSpliterator
-
- estimateSize() - Method in class java8.util.Spliterators.AbstractLongSpliterator
-
- estimateSize() - Method in class java8.util.Spliterators.AbstractSpliterator
-
- exceptionally(Function<Throwable, ? extends T>) - Method in class java8.util.concurrent.CompletableFuture
-
Returns a new CompletableFuture that is completed when this
CompletableFuture completes, with the result of the given
function of the exception triggering this CompletableFuture's
completion when it completes exceptionally; otherwise, if this
CompletableFuture completes normally, then the returned
CompletableFuture also completes normally with the same value.
- exceptionally(Function<Throwable, ? extends T>) - Method in interface java8.util.concurrent.CompletionStage
-
Returns a new CompletionStage that, when this stage completes
exceptionally, is executed with this stage's exception as the
argument to the supplied function.
- exec() - Method in class java8.util.concurrent.CountedCompleter
-
Implements execution conventions for CountedCompleters.
- exec() - Method in class java8.util.concurrent.ForkJoinTask
-
Immediately performs the base action of this task and returns
true if, upon return from this method, this task is guaranteed
to have completed normally.
- exec() - Method in class java8.util.concurrent.RecursiveAction
-
Implements execution conventions for RecursiveActions.
- exec() - Method in class java8.util.concurrent.RecursiveTask
-
Implements execution conventions for RecursiveTask.
- execute(ForkJoinTask<?>) - Method in class java8.util.concurrent.ForkJoinPool
-
Arranges for (asynchronous) execution of the given task.
- execute(Runnable) - Method in class java8.util.concurrent.ForkJoinPool
-