List of utility methods to do Collection Add
if (str != null && !str.isEmpty()) { Collections.addAll(col, str.split(",")); return col;