Scala Collections API Charted Out
The revamped collections API is one of cornerstones of the recently released Scala version 2.8.
It provides an incredibly rich toolset for working with object collections and as such is one of the most important parts of the Scala runtime library. The Scala team has made an effort to provide thorough documentation uncovering its feature breadth, the most important sources of information being:
Even though these pages are a great introduction or reference (respectively) I was missing a compact visual overview over how the different parts of the API play together. I therefore created a graphical representation of the main type relationships in the Scala 2.8 Collection API relevant to the user:
The sources for these charts are available on github, they are based on the API scaladocs.
I will try to keep them current as the API evolves.
Cheers,
Mathias
RSS Feed