Hi ,
You can use COPY method to copy the collection wrapper as suggested by Pratheek .
But if you have some specific type of entries on which you want to make change or any modifications, then use FILTER method to filter the collections.
After doing your required modification on that entries just delete the filter with DELETE_FILTER method to get all the entries back .
Regards,