- Published on
Java Collections Framework
- Authors
- Name
- Lucas Xu
- @xianminx
class- and interface hierarchy of java.util.Collection

class- and interface hierarchy of java.util.Map

References:
- Java collections framework from Wikipedia.
- 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.
- 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.