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

Utf8 and String types supported in StringList√iew.addAll #559

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

li-ukumar
Copy link
Member

Adding handling for Utf8 type in StringListView.addAll method.

Even if addAll method metions <? extends String>, this should still catch a collection of Utf8 elements as the compiled code does not have the generic information.

Hence we can type cast the object in the implementation.

@li-ukumar li-ukumar merged commit 16fa706 into master Jul 15, 2024
3 checks passed
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.

2 participants