List of utility methods to do Collection Average
return getIntListSum(c) / c.size();
return getLongListSum(c) / c.size();