Skip to content

Clean up ArrayUtilities #863

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

Open
nightm4re94 opened this issue Mar 14, 2025 · 0 comments
Open

Clean up ArrayUtilities #863

nightm4re94 opened this issue Mar 14, 2025 · 0 comments

Comments

@nightm4re94
Copy link
Member

Many of the utilities for arrays are redundant and can be replaced with simple built-in java oneliners.
For example, to join an array with a given separator, you can use Arrays.stream(arr).collect(Collectors.joining(separator))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant