The collection library takes on a hierarchical structure. At the top of the library, there are three main categories of collection classes under which different collections lie:
Sequences - Seq
Sets - Set
Maps - Map
All three classes contain both mutable and immutable collections.
Remember, Seq here would be acting as a blueprint with which you can create objects that represent sequences.