Sign up
Forgot password?
FAQ: Login

Naftalin M., Wadler P. Java Generics and Collections

  • zip file
  • size 903,92 KB
  • contains chm document(s)
  • added by
  • info modified
Publisher: O’Reilly
Pub Date: October 2006
Print ISBN10: 0-596-52775-6
Print ISBN13: 978-0-59-652775-4
Pages: 294
Overview
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 methods
Other new features: boxing and unboxing, foreach loops, varargs
Subtyping and wildcards
Evolution not revolution: generic libraries with legacy clients and generic clients with legacy libraries
Generics and reflection
Design patterns for generics
Sets, Queues, Lists, Maps, and their implementations
Concurrent programming and thread safety with collections
Performance implications of different collections
Generics
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
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up