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

Delegate to ConcurrentHashMap values Spliterator in AbstractRegistry #988

Merged
merged 1 commit into from Sep 12, 2022

Conversation

kilink
Copy link
Member

@kilink kilink commented Sep 11, 2022

Override AbstractRegistry::spliterator to return the ConcurrentHashMap's values Spliterator, which has estimated size and other characteristics set.

Override AbstractRegistry::spliterator to return the ConcurrentHashMap's values Spliterator,
which has estimated size and other characteristics set.
@brharrington brharrington added this to the 1.3.8 milestone Sep 12, 2022
@brharrington
Copy link
Contributor

In the future, please create a fork and create the PR based on a branch in your fork. We try to only have release branches here.

@brharrington brharrington merged commit a4f9121 into main Sep 12, 2022
@brharrington brharrington deleted the registry-spliterator branch September 12, 2022 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants