The underlying collection type with unknown element type
The underlying collection type with unknown element type
Creates a mutable set with the specified elements.
Creates a mutable set with the specified elements.
the type of the mutable set's elements
the elements of the created mutable set
a new mutable set with elements elems
An empty collection of type mutable.Set[A]
An empty collection of type mutable.Set[A]
the type of the mutable set's elements
The default builder for objects.mutable.Set
The default builder for objects.mutable.Set
the type of the mutable set's elements
The standard CanBuildFrom instance for objects.mutable.Set
The standard CanBuildFrom instance for objects.
mutable.Set
This object provides a set of operations needed to create
values. The current default implementation of amutable.Setmutable.Setis aHashSet.