Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

E

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
Creates an empty Spliterator.OfDouble The empty spliterator reports Spliterator.SIZED and Spliterator.SUBSIZED.
emptyIntSpliterator() - Static method in class java8.util.Spliterators
Creates an empty Spliterator.OfInt The empty spliterator reports Spliterator.SIZED and Spliterator.SUBSIZED.
emptyLongSpliterator() - Static method in class java8.util.Spliterators
Creates an empty Spliterator.OfLong The empty spliterator reports Spliterator.SIZED and Spliterator.SUBSIZED.
emptySpliterator() - Static method in class java8.util.Spliterators
Creates an empty Spliterator The empty spliterator reports Spliterator.SIZED and Spliterator.SUBSIZED.
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
Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(java8.util.function.Consumer<? super T>) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
estimateSize() - Method in class java8.util.Spliterators.AbstractDoubleSpliterator
Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(java8.util.function.Consumer<? super T>) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
estimateSize() - Method in class java8.util.Spliterators.AbstractIntSpliterator
Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(java8.util.function.Consumer<? super T>) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
estimateSize() - Method in class java8.util.Spliterators.AbstractLongSpliterator
Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(java8.util.function.Consumer<? super T>) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
estimateSize() - Method in class java8.util.Spliterators.AbstractSpliterator
Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(java8.util.function.Consumer<? super T>) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
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
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links