27 Mutable Collections Operations

  • Mutable collections allow to add / remove a single / multple items while modifying the collection itself
  • the methods +=, ++=, -=, --= are actually defined in the mutable collections

See Also opens in new page

Code editor is using Scalakata.com written by Guillaume Massé