Published on

Java Collections Framework

Authors

class- and interface hierarchy of java.util.Collection

Collection Classes

class- and interface hierarchy of java.util.Map

Map Classes

References:

  1. Java collections framework from Wikipedia.
  2. Java Collections Framework by John Zukowski. This short document (44 pages) gives a clear overview of the Collection Framework. Also, it provides some usage examples and exercises. Strongly recommended.
  3. Magic with Merlin: Maintaining insertion order Working with the new linked HashSet and HashMap implementations. One of the series by John Zukowski. Dig deep into Java Collection classes.