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

/libcore/ojluni/src/main/java/java/util/
H A DLongSummaryStatistics.java38 * LongSummaryStatistics stats = longStream.collect(LongSummaryStatistics::new,
39 * LongSummaryStatistics::accept,
40 * LongSummaryStatistics::combine);
43 * <p>{@code LongSummaryStatistics} can be used as a
48 * LongSummaryStatistics stats = people.stream()
65 public class LongSummaryStatistics implements LongConsumer, IntConsumer { class in inherits:LongConsumer,IntConsumer
76 public LongSummaryStatistics() { } method in class:LongSummaryStatistics
102 * Combines the state of another {@code LongSummaryStatistics} into this
105 * @param other another {@code LongSummaryStatistics}
[all...]

Completed in 3 milliseconds