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

Makes use of Java generics #8

Open
yunpengn opened this issue Mar 16, 2019 · 0 comments
Open

Makes use of Java generics #8

yunpengn opened this issue Mar 16, 2019 · 0 comments
Labels
refactor Some refactor for existing code

Comments

@yunpengn
Copy link
Owner

In Java, we can use <> to specify parameter types in generic classes (see here for more information). This is especially useful for collection types, such as Vector, ArrayList and HashMap.

The current codebase mostly did not use generics syntax, we should begin to use it.

@yunpengn yunpengn added the refactor Some refactor for existing code label Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Some refactor for existing code
Projects
None yet
Development

No branches or pull requests

1 participant