627628629630631632633634635636637
return new HashSet<Object>(pojoCollection.size()); } } else { throw new CloneException("Unhandled collection type : " + pojoCollection.getClass().toString()); } } else { // Create the same collection