18th out of 19 books
—
9 voters
Goodreads helps you keep track of books you want to read.
Start by marking “Java Generics and Collections” as Want to Read:
Java Generics and Collections
This comprehensive guide shows you how to master the most important changes to Java since it was first released. Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features.
Java Generics and Collections covers ever ...more
Java Generics and Collections covers ever ...more
Paperback, 286 pages
Published
October 24th 2006
by O'Reilly Media
(first published 2006)
Friend Reviews
To see what your friends thought of this book,
please sign up.
Reader Q&A
To ask other readers questions about
Java Generics and Collections,
please sign up.
Be the first to ask a question about Java Generics and Collections
Community Reviews
(showing 1-30 of 482)

My first thought on seeing the title “Java Generics and Collections” was wondering how there could be a whole book's worth of material on the topic. There is!
The first half of the book addresses generics. It includes concepts like reification (I learned a new word) that helps you better understand how generics actually work. It also includes a number of idioms for dealing with generics that you might not know even if you use generics.
The rest of the book covers the Collection API including how ...more
The first half of the book addresses generics. It includes concepts like reification (I learned a new word) that helps you better understand how generics actually work. It also includes a number of idioms for dealing with generics that you might not know even if you use generics.
The rest of the book covers the Collection API including how ...more

This is a pretty good description of Java Generics and how they differ from similar implementations in other languages. It also spends half the book going into detail on the Java Collection classes and how they make heavy use of generics to be much more useful.
I didn't expect to learn much from this and I was surprised how much useful info it contained. It's dry reading, particularly the second half of the book, but definitely useful for the Java programmer.
I didn't expect to learn much from this and I was surprised how much useful info it contained. It's dry reading, particularly the second half of the book, but definitely useful for the Java programmer.

Oct 23, 2007
Matt
rated it
liked it
Recommends it for:
new ArrayList<JavaProgrammers>
Shelves:
geekreads
Okay, I straddle two worlds. In one life, I labor through complex, terse, and often obscure works of philosophy. In the other, I blissfully bang out thousands of lines of code in my happy little IDE -- the famous editor VI (that's pronounced "Six" -- it's roman numerals. No really. I'm not making fun of your ignorance... I swear).
One thing I have noticed is that academic writing often forgoes altogether any concern for the readability of the text. Another is the noted absence of any examples or ...more
One thing I have noticed is that academic writing often forgoes altogether any concern for the readability of the text. Another is the noted absence of any examples or ...more

Finally, i've read this book! I have a point that i should finish every book that i've started to read. This book was an exception, because i wasn't able to finish it for a few years. I had all sorts of execuses not to read this book, some of them were a lack of time and a complete disinterest in the subject of this book.
I was wrong, the book is interesting. It's a sort of holy grail for those who want to know how generics work under the hood and where to apply them. As for me i was interested i ...more
I was wrong, the book is interesting. It's a sort of holy grail for those who want to know how generics work under the hood and where to apply them. As for me i was interested i ...more

We all know that java generics is a hard to swallow topic but this book makes it easy to understand decisions behind the generics and gives some best practices. In order to give sense of generics book follows collections framework and detailed information about collection interfaces and methods. Nicely structured and easy to follow with bonus of being thin book.

Mar 20, 2013
V
is currently reading it
Reflection, do, weak map
There are no discussion topics on this book yet.
Be the first to start one »
Goodreads is hiring!
Share This Book
No trivia or quizzes yet. Add some now »
“The Substitution Principle tells us that wherever a value of one type is expected, one may provide a value of any subtype of that type:”
—
0 likes
More quotes…