Package | Description |
---|---|
java.util | |
java.util.stream |
Modifier and Type | Method and Description |
---|---|
void |
LongSummaryStatistics.combine(LongSummaryStatistics other) |
Modifier and Type | Method and Description |
---|---|
LongSummaryStatistics |
LongStream.summaryStatistics() |
Modifier and Type | Method and Description |
---|---|
static <T> Collector<T,?,LongSummaryStatistics> |
Collectors.summarizingLong(ToLongFunction<? super T> mapper) |
Copyright © 2018. All rights reserved.