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

Review Collections Usage #129

Closed
farhan5248 opened this issue Mar 26, 2024 · 1 comment
Closed

Review Collections Usage #129

farhan5248 opened this issue Mar 26, 2024 · 1 comment
Assignees

Comments

@farhan5248
Copy link
Owner

farhan5248 commented Mar 26, 2024

Review consistent usage of collections like
. ArrayList<String[]> with replace ArrayList<ArrayList>
. HashMap vs TreeMap
. Use filters rather than explicit for loops

@farhan5248 farhan5248 self-assigned this Mar 26, 2024
@farhan5248
Copy link
Owner Author

farhan5248 commented Aug 13, 2024

search for these, then [] later

  • import java.util.Collections;
  • import java.util.List;
  • import java.util.ArrayList;
  • import java.util.Map;
  • import java.util.Map.Entry;
  • import java.util.HashMap;
  • import java.util.Set;

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