Collections - Concrete Immutable Collection Classes - Scala Documentation

Scala provides many concrete immutable collection classes for you to choose from. They differ in the traits they implement (maps, sets, sequences), whether they can be infinite, and the speed of various operations. Here are some of the most common immutable collection types used in Scala.


This is a companion discussion topic for the original entry at http://docs.scala-lang.org//overviews/collections/concrete-immutable-collection-classes.html