The underlying collection type with unknown element type
The underlying collection type with unknown element type
Creates a collection with the specified elements.
Creates a collection with the specified elements.
the type of the collection's elements
the elements of the created collection
a new collection 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.Set
The default builder for
objects.Set
the type of the set's elements
The standard CanBuildFrom
instance for
objects.Set
The standard CanBuildFrom
instance for
objects.
Set
This object provides a set of operations needed to create
values. The current default implementation of amutable.Set
mutable.Set
is aHashSet
.