Scala Library: scala.collection.generic.BitSetFactory
scala.collection.generic.BitSetFactory
Abstract Value Members From scala.collection.generic.BitSetFactory
abstract def newBuilder: Builder[Int, Coll]
(defined at scala.collection.generic.BitSetFactory)
Concrete Value Members From scala.collection.generic.BitSetFactory
abstract def empty: Coll
(defined at scala.collection.generic.BitSetFactory)
def apply(elems: Int*): Coll
(defined at scala.collection.generic.BitSetFactory)
def bitsetCanBuildFrom: CanBuildFrom[Coll, Int, Coll]
(defined at scala.collection.generic.BitSetFactory)
Full Source:
Interested in Scala?
I send out weekly, personalized emails with articles and conference talks.
Subscribe now.