Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.2 KB

collections-summary.md

File metadata and controls

30 lines (21 loc) · 1.2 KB
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: