Skip to content

Java Collections

Best in textbook rentals since 2012!

ISBN-10: 1893115925

ISBN-13: 9781893115927

Edition: 2001

Authors: John Zukowski

List price: $49.95
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:

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…    
Customers also bought

Book details

List price: $49.95
Copyright year: 2001
Publisher: Apress L. P.
Publication date: 4/27/2001
Binding: Paperback
Pages: 420
Size: 7.52" wide x 9.25" long x 1.00" tall
Weight: 1.936
Language: English

John Zukowski has been involved with the Java platform since it was just called Java, since 1995. He writes a monthly column for Sun's Core Java Technologies Tech Tips and Technology Fundamentals Newsletter . He has contributed content to numerous other sites, including jGuru , DevX , Intel , and JavaWorld . He has written many other popular titles on Java, including Java AWT Reference (O'Reilly), Mastering Java 2 (Sybex), Borlands' JBuilder: No Experience Required (Sybex), Learn Java with JBuilder 6 (Apress), Java Collections (Apress), and The Definitive Guide to Swing (Apress).

Acknowledgements
Java Collections Framework: An Overview
The Historical Collection Classes
Arrays
The Vector and Stack Classes
The Enumeration Interface
The Dictionary, Hashtable, and Properties Classes
The BitSet Class
The Collections Framework
Collections Introduction
Sets
Lists
Maps
Sorting
Special Collections Support
Array Algorithm Support
Custom Implementations
Compatibility Issues
Advanced Usages
Alternative Collection Libraries
JGL Libraries
util.concurrent
Colt
Collections API Reference
App. B: Collections Resources
App. C: Generic Types
Index