better-java icon indicating copy to clipboard operation
better-java copied to clipboard

Collections and Generics Sections

Open zelahi opened this issue 10 years ago • 2 comments

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

zelahi avatar Sep 22 '15 21:09 zelahi

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.

cxxr avatar Sep 23 '15 15:09 cxxr

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

zelahi avatar Sep 23 '15 15:09 zelahi