title | type | description | num | previous-page | next-page |
---|---|---|---|---|---|
Summary |
section |
This page provides a summary of the Collections chapter. |
40 |
collections-methods |
fp-intro |
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
: