There is a book that covers generics and the collections
framework.
Generics and Collections in Java 5
Maurice Naftalin and Philip Wadler
O'Reilly & Associates, November 2006
Some books are devoted to all the new features in Java 5.0, including
Java generics.
Java 1.5 Tiger
Brett McLaughlin and David Flanagan
O'Reilly & Associates, June 2004
Some Java textbooks have been updated to include Java generics.
Examples are:
Core Java, Volume I - Fundamentals, 7th Edition
Cay Horstmann and Gary Cornell
Prentice Hall, August 2004
Thinking in Java, 4th Edition
Bruce Eckel
Prentice Hall PTR, February 2006
|