Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources #32281

Commits on Feb 15, 2024

  1. Use Spliterator of underlying collection in MutablePropertyValues / M…

    …utablePropertySources
    
    Delegate to the spliterator method of the underyling collection in MutablePropertyValues and
    MutablePropertySources. In both cases, those collection types have specialized Spliterator implementations. Delegating to these Spliterators also means the characteristics of the Spliterator are
    properly set.
    kilink committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b578862 View commit details
    Browse the repository at this point in the history