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

Collections and Generics Sections #20

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Collections and Generics Sections #20

wants to merge 5 commits into from

Conversation

zelahi
Copy link

@zelahi zelahi commented Sep 22, 2015

Adding a small section regarding collections and generics. Also added information regarding interfaces

update my branch from main
added information on java collections and generics
Added information regarding Sets and Sortedsets
@cxxr
Copy link
Owner

cxxr commented Sep 23, 2015

I like the idea behind a section about interfaces. Jersey, jMock, and other important Java libraries depend on interfaces, so I think we should have a section about that.

However, I think most Java programmers will have heard of List and Set. This wasn't really intended to be a tutorial on Java. It was intended to be, "You already know Java, but did you know it does these cool things?" Maybe the collections section could be on lesser known collections like the LinkedHashSet or the ConcurrentHashMap.

@zelahi
Copy link
Author

zelahi commented Sep 23, 2015

Sure that makes sense. I can work on this section a bit more go with that. I'll remove the well-known ones and add in some lesser known collections which would be useful

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

Successfully merging this pull request may close these issues.

2 participants