Cargando…

Java generics and collections /

This comprehensive guide shows you how to master the most importantchanges to Java since it was first released. Generics and the greatlyexpanded collection libraries have tremendously increased the power ofJava 5 and Java 6. But they have also confused many developers whohaven't known how to ta...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Naftalin, Maurice, 1951-
Otros Autores: Wadler, Philip, 1956-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly, 2006.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Introduction
  • 2. Subtyping and wildcards
  • 3. Comparison and bounds
  • 4. Declarations
  • 5. Evolution, not revolution
  • 6. Reification
  • 7. Reflection
  • 8. Effective generics
  • 9. Design patterns
  • 10. main interfaces of the Java collections framework
  • 11. Preliminaries
  • 12. collection interface
  • 13. Sets
  • 14. Queues
  • 15. Lists
  • 16. Maps
  • 17. collection class.