- naturalOrder() - Static method in class java8.util.Comparators
-
Returns a comparator that compares Comparable
objects in natural
order.
- negate(BiPredicate<? super T, ? super U>) - Static method in class java8.util.function.BiPredicates
-
Returns a predicate that represents the logical negation of the this_
predicate.
- negate(DoublePredicate) - Static method in class java8.util.function.DoublePredicates
-
Returns a predicate that represents the logical negation of the this_
predicate.
- negate(IntPredicate) - Static method in class java8.util.function.IntPredicates
-
Returns a predicate that represents the logical negation of the this_
predicate.
- negate(LongPredicate) - Static method in class java8.util.function.LongPredicates
-
Returns a predicate that represents the logical negation of the this_
predicate.
- negate(Predicate<? super T>) - Static method in class java8.util.function.Predicates
-
Returns a predicate that represents the logical negation of the this_
predicate.
- newTaskFor(Runnable, T) - Method in class java8.util.concurrent.ForkJoinPool
-
- newTaskFor(Callable<T>) - Method in class java8.util.concurrent.ForkJoinPool
-
- newThread(ForkJoinPool) - Method in interface java8.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
-
Returns a new worker thread operating in the given pool.
- nextBoolean() - Method in class java8.util.SplittableRandom
-
Returns a pseudorandom boolean
value.
- nextComplete() - Method in class java8.util.concurrent.CountedCompleter
-
- nextDouble() - Method in interface java8.util.PrimitiveIterator.OfDouble
-
Returns the next double
element in the iteration.
- nextDouble() - Method in class java8.util.SplittableRandom
-
Returns a pseudorandom double
value between zero
(inclusive) and one (exclusive).
- nextDouble(double) - Method in class java8.util.SplittableRandom
-
Returns a pseudorandom double
value between 0.0
(inclusive) and the specified bound (exclusive).
- nextDouble(double, double) - Method in class java8.util.SplittableRandom
-
Returns a pseudorandom double
value between the specified
origin (inclusive) and bound (exclusive).
- nextInt() - Method in interface java8.util.PrimitiveIterator.OfInt
-
Returns the next int
element in the iteration.
- nextInt() - Method in class java8.util.SplittableRandom
-
Returns a pseudorandom int
value.
- nextInt(int) - Method in class java8.util.SplittableRandom
-
Returns a pseudorandom int
value between zero (inclusive)
and the specified bound (exclusive).
- nextInt(int, int) - Method in class java8.util.SplittableRandom
-
Returns a pseudorandom int
value between the specified
origin (inclusive) and the specified bound (exclusive).
- nextLong() - Method in interface java8.util.PrimitiveIterator.OfLong
-
Returns the next long
element in the iteration.
- nextLong() - Method in class java8.util.SplittableRandom
-
Returns a pseudorandom long
value.
- nextLong(long) - Method in class java8.util.SplittableRandom
-
Returns a pseudorandom long
value between zero (inclusive)
and the specified bound (exclusive).
- nextLong(long, long) - Method in class java8.util.SplittableRandom
-
Returns a pseudorandom long
value between the specified
origin (inclusive) and the specified bound (exclusive).
- noneMatch(DoublePredicate) - Method in interface java8.util.stream.DoubleStream
-
Returns whether no elements of this stream match the provided predicate.
- noneMatch(IntPredicate) - Method in interface java8.util.stream.IntStream
-
Returns whether no elements of this stream match the provided predicate.
- noneMatch(LongPredicate) - Method in interface java8.util.stream.LongStream
-
Returns whether no elements of this stream match the provided predicate.
- noneMatch(Predicate<? super T>) - Method in interface java8.util.stream.Stream
-
Returns whether no elements of this stream match the provided predicate.
- nonNull(Object) - Static method in class java8.util.Objects
-
Returns true
if the provided reference is non-null
otherwise returns false
.
- NONNULL - Static variable in interface java8.util.Spliterator
-
Characteristic value signifying that the source guarantees that
encountered elements will not be null
.
- nullsFirst(Comparator<? super T>) - Static method in class java8.util.Comparators
-
Returns a null-friendly comparator that considers null
to be
less than non-null.
- nullsLast(Comparator<? super T>) - Static method in class java8.util.Comparators
-
Returns a null-friendly comparator that considers null
to be
greater than non-null.