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

Create array classes more efficiently #36

Closed
ljacqu opened this issue Nov 30, 2021 · 1 comment
Closed

Create array classes more efficiently #36

ljacqu opened this issue Nov 30, 2021 · 1 comment
Milestone

Comments

@ljacqu
Copy link
Owner

ljacqu commented Nov 30, 2021

Wrap java.lang.reflect.Array#newInstance or drop the util completely in favor of the JDK method? Since when is it available?

@ljacqu
Copy link
Owner Author

ljacqu commented Jun 23, 2023

Changed createArrayClass(Class<?> componentType, int dimension) to use Array.newInstance(Class, int[])

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