scala-collections-charts icon indicating copy to clipboard operation
scala-collections-charts copied to clipboard

The Scala 2.8 Collections API main types as dot graphes (GraphViz)

Scala 2.8 Collection API Charts

This is a small collection of Graphviz .dot files containing the chart description for the most relevant types of the Scala 2.8 Collection API.
You can see the end result on this page.

The charts are also available for download on the download page. Any feedback is, of course, very welcome.

How to build

  1. Install graphviz on your machine. On OS/X this is easily done via Homebrew, MacPorts or directly from graphviz.org
  2. Clone this git repository to any directory
  3. Run chmod +x build.sh
  4. Run ./build.sh
  5. Retrieve the generated SVG files from the /target directory

License

Creative Commons Attribution 3.0 License