static int intSum(Collection c, S field) { int sum = 0; for (O o : c) sum += toInt(getOpt(o, field)); ret sum; }