List of utility methods to do Collection Size Get
if (collection == null) { return 0; return collection.size();