|
Scala Library
|
|
scala/collection/mutable/BitSet.scala]
object
BitSet
extends BitSetFactory[BitSet]| Method Summary | |
implicit def
|
canBuildFrom : CanBuildFrom[BitSet, Int, BitSet] |
def
|
empty : BitSet |
| Methods inherited from BitSetFactory | |
| newBuilder, apply, bitsetCanBuildFrom |
| 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
empty : BitSet
implicit
def
canBuildFrom : CanBuildFrom[BitSet, Int, BitSet]
|
Scala Library
|
|