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

Arrays: make type enum public #97

Closed
ljacqu opened this issue Aug 20, 2023 · 0 comments
Closed

Arrays: make type enum public #97

ljacqu opened this issue Aug 20, 2023 · 0 comments
Milestone

Comments

@ljacqu
Copy link
Owner

ljacqu commented Aug 20, 2023

In ArrayUtils most code is based on determining the array component type of the Object and then doing something with it—this can actually be useful for outside callers, too.

  • Make the array type enum public
  • Currently it holds the component type as reference type, which is a bit confusing. How to deal with that?
  • Probably should have a method to get an Optional<ArrayType> and one where it just throws
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