Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.22 KB

collections-summary.md

File metadata and controls

31 lines (22 loc) · 1.22 KB
titletypedescriptionlanguagesnumprevious-pagenext-page
Summary
section
This page provides a summary of the Collections chapter.
ru
zh-cn
41
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:

close