Hi, I have read the common collection 3.2.1 source code, in the CollectionUtils class, the removeAll method incorrect invoked the ListUtils.retainAll method, I think the CollectionUtils's removeAll method should invoke ListUtils.removeAll method. Is this a BUG?
Best Regards! Jiang Lin