|
Scala Library
|
|
trait
BitSetFactory[Coll <: BitSet with BitSetLike[Coll]]
extends AnyRef| Method Summary | |
def
|
apply (elems : Int*) : Coll |
def
|
bitsetCanBuildFrom : CanBuildFrom[Coll, Int, 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 |
|
Scala Library
|
|