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