garydgregory commented on PR #537: URL: https://github.com/apache/commons-collections/pull/537#issuecomment-2323383184
Hello @hemanth0525 Please see git master for: - Add CollectionUtils.duplicateList(Collection<E>) - Add CollectionUtils.duplicateSequencedSet(Collection<E>) - Add CollectionUtils.duplicateSet(Collection<E>) You are credited in `changes.xml` Are there tests or functionality we could provide specific to ListUtils? I believe that this PR's new ListUtils method is now the same in functionality as `CollectionUtils.duplicateList(Collection<E>)` TY! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
