Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 884 Bytes

collections-intro.md

File metadata and controls

24 lines (16 loc) · 884 Bytes
title type description num previous-page next-page
Scala Collections
chapter
This page provides and introduction to the common collections classes and their methods in Scala 3.
37
packaging-imports
collections-classes

This chapter introduces the most common Scala 3 collections and their accompanying methods. Scala comes with a wealth of collections types, but you can go a long way by starting with just a few of them, and later using the others as needed. Similarly, each type has dozens of methods to make your life easier, but you can achieve a lot by starting with just a handful of them.

Therefore, this section introduces and demonstrates the most common collections types and methods that you’ll need to get started.

{% comment %} LATER: Use more of the content from this page: https://docs.scala-lang.org/overviews/index.html {% endcomment %}