Searched defs:IntSummaryStatistics (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DIntSummaryStatistics.java37 * IntSummaryStatistics stats = intStream.collect(IntSummaryStatistics::new,
38 * IntSummaryStatistics::accept,
39 * IntSummaryStatistics::combine);
42 * <p>{@code IntSummaryStatistics} can be used as a
47 * IntSummaryStatistics stats = people.stream()
64 public class IntSummaryStatistics implements IntConsumer { class in inherits:IntConsumer
75 public IntSummaryStatistics() { } method in class:IntSummaryStatistics
91 * Combines the state of another {@code IntSummaryStatistics} into this one.
93 * @param other another {@code IntSummaryStatistics}
[all...]

Completed in 903 milliseconds