Package | Description |
---|---|
java.util | |
java.util.stream |
Modifier and Type | Method and Description |
---|---|
static OptionalLong |
OptionalLong.empty() |
static OptionalLong |
OptionalLong.of(long value) |
Modifier and Type | Method and Description |
---|---|
OptionalLong |
LongStream.findAny() |
OptionalLong |
LongStream.findFirst() |
OptionalLong |
LongStream.max() |
OptionalLong |
LongStream.min() |
OptionalLong |
LongStream.reduce(LongBinaryOperator op) |
Copyright © 2018. All rights reserved.