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