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