scala.collection.generic

trait BitSetFactory

[source: scala/collection/generic/BitSetFactory.scala]

trait BitSetFactory[Coll <: BitSet with BitSetTemplate[Coll]]
extends AnyRef
Direct Known Subclasses:
BitSet, BitSet, BitSet

Method Summary
def apply (elems : Int*) : Coll
def bitsetBuilderFactory : BuilderFactory[Int, Coll, Coll]
abstract def empty : Coll
def newBuilder : Builder[Int, Coll]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def newBuilder : Builder[Int, Coll]

abstract def empty : Coll

def apply(elems : Int*) : Coll

def bitsetBuilderFactory : BuilderFactory[Int, Coll, Coll]