public class Stats extends Object
| Constructor and Description |
|---|
Stats() |
| Modifier and Type | Method and Description |
|---|---|
static Long |
count(Iterable iterable) |
static Double |
sum(Iterable<? extends Double> numbers) |
static Double |
sumFloats(Iterable<? extends Float> numbers) |
static Long |
sumInts(Iterable<? extends Integer> numbers) |
static Long |
sumLongs(Iterable<? extends Long> numbers) |
Copyright © 2015. All rights reserved.