Buch, Englisch, 420 Seiten, Format (B × H): 188 mm x 235 mm, Gewicht: 853 g
ISBN: 978-1-893115-92-7
Verlag: Apress
The Collections Framework is supplied with all versions of the Java 2 platform and provides programmers with incredibly efficient ways to manipulate data. However, given the large number of methods and classes in this library, using them correctly is hardly a cakewalk. Well-known columnist and bestselling author John Zukowski gives the Java professional exactly what he or she needs to know about this vital library in order to maximize productivity. This practical book contains comprehensive coverage of the important Collections Framework from the working programmer's point of view, while staying away from academic abstractions.
Java Collections leads you through the standard Java support for maintaining abstract groups of data, from the historical collection classes available since the inception of Java time, through the Collections Framework introduced with the Java 2 platform, and on to third-party alternative libraries for times when the standard support isn't enough. If you're working with data in Java programs, you need to understand the Collections Framework. Let Zukowski's Java Collections be your guide!
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
1 Java Collections Framework: An Overview.- One The Historical Collection Classes.- 2 Arrays.- 3 The Vector and Stack Classes.- 4 The Enumeration Interface.- 5 The Dictionary, Hashtable, and Properties Classes.- 6 The BitSet Class.- Two The Collections Framework.- 7 Collections Introduction.- 8 Sets.- 9 Lists.- 10 Maps.- 11 Sorting.- 12 Special Collections Support.- 13 Array Algorithm Support.- 14 Custom Implementations.- 15 Compatibility Issues.- 16 Advanced Usages.- Three Alternative Collection Libraries.- 17 JGL Libraries.- 18 util.concurrent.- 19 Colt.- Appendix A Collections API Reference.- Class, Method, and Field Index.- Class-Level API Index.- Appendix B Collections Resources.- Collections Implementations.- Collections FAQs and Tutorials.- Mailing Lists and Newsgroups.- Collections-Related Web Sites and Information.- Appendix C Generic Types.- Generic Type Basics.- Generic Java.- PolyJ.- JSR 14.