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

Prefer ArrayList over LinkedList #118

Merged
merged 4 commits into from
Oct 2, 2023
Merged

Conversation

mdeinum
Copy link
Collaborator

@mdeinum mdeinum commented Sep 19, 2023

Both the ArrayList and LinkedList keep the order
of insertion, there is no need to use the LinkedList in this case.

@mdeinum mdeinum added this to the spring-batch-excel-0.1.2 milestone Sep 19, 2023
@mdeinum mdeinum merged commit 38ce224 into spring-projects:main Oct 2, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant