Scala 3 — Book

Summary

Language

This chapter provides a summary of the common Scala 3 collections and their accompanying methods. As shown, Scala comes with a wealth of collections and methods.

When you need to see more details about the collections types shown in this chapter, see their Scaladoc pages:

Also mentioned are the immutable Map and Set:

and the mutable Map and Set:

Contributors to this page: