Java Collections Framework
31 Jan 2013class- and interface hierarchy of java.util.Collection
class- and interface hierarchy of java.util.Map
Refences:
- Java collections framework from wikipedia.
- Java Collections Framework by John Zukowski. This short document(44 pages) gives a clear overview of Collection Framework. Also it provides some usage examples and exercises. Strongly recommeded.
- Magic with Merlin: Maintaining insertion order Working with the new linked HashSet and HashMap implementations. One of series by John Zukowski. Dig deep into Java Collection classes.