The underlying collection type with unknown element type
The underlying collection type with unknown element type
Creates a set with the specified elements.
Creates a set with the specified elements.
the type of the set's elements
the elements of the created set
a new set with elements elems
An empty collection of type Set[A]
An empty collection of type Set[A]
the type of the 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 aSetSetis one ofEmptySet,Set1,Set2,Set3,Set4in classimmutable.Setfor sets of sizes up to 4, and aimmutable.HashSetfor sets of larger sizes.