scala.collection

BitSet

object BitSet extends BitSetFactory[BitSet]

$factoryInfo

Inherits

  1. BitSetFactory
  2. AnyRef
  3. Any

Value Members

  1. def apply(elems: Int*): Coll

  2. def bitsetCanBuildFrom: CanBuildFrom[Coll, Int, Coll]

  3. def canBuildFrom: CanBuildFrom[BitSet, Int, BitSet]

    $canBuildFromInfo

  4. val empty: BitSet

  5. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  6. def hashCode(): Int

    Returns a hash code value for the object

  7. def newBuilder: Builder[Int, Coll]

  8. def toString(): String

    Returns a string representation of the object