List of utility methods to do Collection Empty Check
if (collection == null || collection.size() == 0) { return true; return false;