Skip to content

Java Generics and Collections

Best in textbook rentals since 2012!

ISBN-10: 0596527756

ISBN-13: 9780596527754

Edition: 2007

Authors: Maurice Naftalin, Philip Wadler

List price: $34.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

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 everything from the most basic uses of generics to the strangest corner cases. It teaches you everything you need to know about the collections libraries, so you'll always know which collection is appropriate for any given task, and how to use it. Topics covered include: * Fundamentals of generics: type parameters and generic…    
Customers also bought

Book details

List price: $34.99
Copyright year: 2007
Publisher: O'Reilly Media, Incorporated
Publication date: 10/27/2006
Binding: Paperback
Pages: 286
Size: 6.00" wide x 10.25" long x 0.75" tall
Weight: 1.298
Language: English

Preface
Generics
Introduction
Subtyping and Wildcards
Comparison and Bounds
Declarations
Evolution, Not Revolution
Reification
Reflection
Effective Generics
Design Patterns
Collections
The Main Interfaces of the Java Collections Framework
Preliminaries
The Collection Interface
Sets
Queues
Lists
Maps
The Collections Class
Colophon