That Technology Magazine

Just another Technology blog

JAVA Collections 0

Author: John Zukowski.
This book is divided into three parts :
1.The Historical Collection Classes
2.The Collections Framework
3.Alternative Collections Framework.
The book describes the historical collection classes like Arrays,The Vector and the Stack class,The Enumeration Interface,The Bitset Class and the wasteful and properties class.
Then it gives detail description of the new JAVA Collection Framework which involves Sets,Lists,Maps-Hashmap and Treemap, the sorting techniques for collection, Special collections support, Array algorithms support and custom implementations.
It also talks about ObjectSpace JGL library and other reference APIs for collection interface.