- length() - Method in class java8.util.StringJoiner
-
Returns the length of the String
representation
of this StringJoiner
.
- limit(long) - Method in interface java8.util.stream.DoubleStream
-
Returns a stream consisting of the elements of this stream, truncated
to be no longer than maxSize
in length.
- limit(long) - Method in interface java8.util.stream.IntStream
-
Returns a stream consisting of the elements of this stream, truncated
to be no longer than maxSize
in length.
- limit(long) - Method in interface java8.util.stream.LongStream
-
Returns a stream consisting of the elements of this stream, truncated
to be no longer than maxSize
in length.
- limit(long) - Method in interface java8.util.stream.Stream
-
Returns a stream consisting of the elements of this stream, truncated
to be no longer than maxSize
in length.
- Lists - Class in java8.util
-
A place for static default implementations of the new Java 8
default interface methods and static interface methods in the
List
interface.
- LongAccumulator - Class in java8.util.concurrent.atomic
-
One or more variables that together maintain a running long
value updated using a supplied function.
- LongAccumulator(LongBinaryOperator, long) - Constructor for class java8.util.concurrent.atomic.LongAccumulator
-
Creates a new instance using the given accumulator function
and identity element.
- LongAdder - Class in java8.util.concurrent.atomic
-
One or more variables that together maintain an initially zero
long
sum.
- LongAdder() - Constructor for class java8.util.concurrent.atomic.LongAdder
-
Creates a new adder with initial sum of zero.
- LongBinaryOperator - Interface in java8.util.function
-
Represents an operation upon two long
-valued operands and producing a
long
-valued result.
- LongConsumer - Interface in java8.util.function
-
Represents an operation that accepts a single long
-valued argument and
returns no result.
- LongConsumers - Class in java8.util.function
-
A place for static default implementations of the new Java 8
default interface methods and static interface methods in the
LongConsumer
interface.
- LongFunction<R> - Interface in java8.util.function
-
Represents a function that accepts a long-valued argument and produces a
result.
- LongPredicate - Interface in java8.util.function
-
Represents a predicate (boolean-valued function) of one long
-valued
argument.
- LongPredicates - Class in java8.util.function
-
A place for static default implementations of the new Java 8
default interface methods and static interface methods in the
LongPredicate
interface.
- Longs - Class in java8.lang
-
A place for static default implementations of the new Java 8
static methods in the Long
class.
- longs(long) - Method in class java8.util.SplittableRandom
-
Returns a stream producing the given streamSize
number
of pseudorandom long
values from this generator and/or
one split from it.
- longs() - Method in class java8.util.SplittableRandom
-
Returns an effectively unlimited stream of pseudorandom long
values from this generator and/or one split from it.
- longs(long, long, long) - Method in class java8.util.SplittableRandom
-
Returns a stream producing the given streamSize
number of
pseudorandom long
values from this generator and/or one split
from it; each value conforms to the given origin (inclusive) and bound
(exclusive).
- longs(long, long) - Method in class java8.util.SplittableRandom
-
Returns an effectively unlimited stream of pseudorandom long
values from this generator and/or one split from it; each value
conforms to the given origin (inclusive) and bound (exclusive).
- LongStream - Interface in java8.util.stream
-
A sequence of primitive long-valued elements supporting sequential and parallel
aggregate operations.
- longStream(Spliterator.OfLong, boolean) - Static method in class java8.util.stream.StreamSupport
-
Creates a new sequential or parallel LongStream
from a
Spliterator.OfLong
.
- longStream(Supplier<? extends Spliterator.OfLong>, int, boolean) - Static method in class java8.util.stream.StreamSupport
-
Creates a new sequential or parallel LongStream
from a
Supplier
of Spliterator.OfLong
.
- LongStream.Builder - Interface in java8.util.stream
-
A mutable builder for a LongStream
.
- LongStreams - Class in java8.util.stream
-
A place for static default implementations of the new Java 8
default interface methods and static interface methods in the
LongStream
interface.
- LongStreams.J8Builder - Class in java8.util.stream
-
A place for static default implementations of the new Java 8
default interface methods and static interface methods in the
LongStream.Builder
interface.
- LongSummaryStatistics - Class in java8.util
-
A state object for collecting statistics such as count, min, max, sum, and
average.
- LongSummaryStatistics() - Constructor for class java8.util.LongSummaryStatistics
-
Construct an empty instance with zero count, zero sum,
Long.MAX_VALUE
min, Long.MIN_VALUE
max and zero
average.
- LongSupplier - Interface in java8.util.function
-
Represents a supplier of long
-valued results.
- LongToDoubleFunction - Interface in java8.util.function
-
Represents a function that accepts a long-valued argument and produces a
double-valued result.
- LongToIntFunction - Interface in java8.util.function
-
Represents a function that accepts a long-valued argument and produces an
int-valued result.
- LongUnaryOperator - Interface in java8.util.function
-
Represents an operation on a single long
-valued operand that produces
a long
-valued result.
- LongUnaryOperators - Class in java8.util.function
-
A place for static default implementations of the new Java 8
default interface methods and static interface methods in the
LongUnaryOperator
interface.
- longValue() - Method in class java8.util.concurrent.atomic.DoubleAccumulator
-
Returns the
current value as a
long
after a narrowing primitive conversion.
- longValue() - Method in class java8.util.concurrent.atomic.DoubleAdder
-
- longValue() - Method in class java8.util.concurrent.atomic.LongAccumulator
-
- longValue() - Method in class java8.util.concurrent.atomic.LongAdder
-