Java collections /
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 bests...
| Main Author: | |
|---|---|
| Corporate Author: | |
| Format: | eBook |
| Language: | English |
| Published: |
Berkeley, Calif. :
Apress,
[2001]
|
| Subjects: | |
| Online Access: | Connect to the full text of this electronic book |
Table of Contents:
- Introduction Part I: The Historical Collection Classes Arrays
- The Vector and Stack Classes
- The Enumeration Interface
- The Dictionary, Hashtable and Properties Classes. Part II: The Collections Framework Collections
- Sets
- Sequences and Lists
- Maps
- Sorting
- Special Collection Implementations
- Array Algorithm Support
- Creating Custom Implementations
- Usage Issues
- Advanced Usages/Examples. Part III: Alternative Collection Libraries The Generic Collection Library for Java (JGL)
- Doug Lea's util.concurrent
- Colt
- Appendices
- Colelctions API Reference.