Clearable (original) (raw)
scala.collection.mutable.Clearable
This trait forms part of collections that can be cleared with a clear() call.
Attributes
Source
Graph
Supertypes
Known subtypes
trait MapOps[K, V, CC, C]
trait Map[K, V]
trait Map[K, V]
Show all
Members list
Value members
Abstract methods
Clears the collection's contents.
Clears the collection's contents. After this operation, the collection is empty.
Attributes
Source
In this article