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

Add methods to ArrayUtils that take array as object and delegate to the right signature? #88

Closed
ljacqu opened this issue Jun 27, 2023 · 0 comments
Milestone

Comments

@ljacqu
Copy link
Owner

ljacqu commented Jun 27, 2023

Just a spur of the moment idea, which may already exist in the JDK: just as Array.newInstance returns an Object, the other methods to set/toString/check equals etc. of an array should exist as Object signature so one doesn't have to perform all the type checks on one's own.

ljacqu added a commit that referenced this issue Jun 28, 2023
ljacqu added a commit that referenced this issue Jun 29, 2023
@ljacqu ljacqu added this to the 0.1.0 milestone Jun 29, 2023
@ljacqu ljacqu closed this as completed Jun 29, 2023
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

No branches or pull requests

1 participant