(String[] args)
| 7 | |
| 8 | public class NumericStreamInfo { |
| 9 | public static void main(String[] args) { |
| 10 | System.out.println(rands().average().getAsDouble()); |
| 11 | System.out.println(rands().max().getAsInt()); |
| 12 | System.out.println(rands().min().getAsInt()); |
| 13 | System.out.println(rands().sum()); |
| 14 | System.out.println(rands().summaryStatistics()); |
| 15 | } |
| 16 | } |
| 17 | /* Output: |
| 18 | 507.94 |
nothing calls this directly
no test coverage detected