scala / 3.1.1 / scala / collection / mutable / cloneable.html /

Trait scala.collection.mutable.Cloneable

trait Cloneable[+C <: AnyRef] extends Cloneable

A trait for cloneable collections.

Type parameters
C

Type of the collection, covariant and with reference types as upperbound.

Supertypes
Known subtypes
61 types

Concrete methods

Source
override def clone(): C

Definition Classes Object

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/collection/mutable/Cloneable.html