By Alvin Alexander. Last updated: October 13, 2022
As I try to organize things a bit around here, here’s a list of some tutorials I’ve written lately about the Scala collections classes:
- Scala Array class examples (cheat sheet)
- Scala ArrayBuffer class examples (cheat sheet)
- Scala Vector class examples (cheat sheet)
- Scala Seq class examples (cheat sheet)
- Scala List class examples (cheat sheet)
- Scala immutable Map class examples (cheat sheet)
I’ve written hundreds of Scala tutorials, but in these tutorials I’m trying a new style where I share hundreds of examples of the methods and syntax that are available to these Scala collections classes.
While I’m in the neighborhood, here are two more Scala tutorials I recently wrote: