Scala Library Documentation
|
|
scala/collection/immutable/BitSet.scala
]
class
BitSet(val
size : Int, val
capacity : Int, ba : Array[Int], copy : Boolean)
extends
BitSetValue Summary | |
protected val
|
arr : Array[Int] |
Methods inherited from BitSet | |
contains, elements, equals, hashCode, subsetOf, memsize, nbits, offset, mask, underlying, toArray, stringPrefix |
Methods inherited from Set | |
apply, isEmpty |
Methods inherited from Collection | |
toString |
Methods inherited from Iterable | |
concat, ++, map, flatMap, filter, takeWhile, dropWhile, take, drop, foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, mkString, mkString, addString, addString, copyToArray, projection, hasDefiniteSize |
Methods inherited from Function1 | |
compose, andThen |
Methods inherited from AnyRef | |
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Value Details |
Scala Library Documentation
|
|