Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
4.0
-
None
-
None
Description
Remove the duplicate elements from the given collection. Generally, to implement this, the list would be copied to a set and back to list, which removes all the duplicate elements. A utility method for this would be a good-to-have feature in the CommonsCollection.