scala.collection

trait BitSet

[source: scala/collection/BitSet.scala]

trait BitSet
extends Set[Int] with BitSetTemplate[BitSet]
common base class for mutable and immutable bit sets
Direct Known Subclasses:
BitSet, BitSet

Method Summary
override def empty : BitSet
Methods inherited from BitSetTemplate
nwords (abstract), word (abstract), fromArray (abstract), size, iterator, foreach, |, &, &~, ^, contains, subSet, addString
Methods inherited from Set
companion
Methods inherited from SetTemplate
+ (abstract), - (abstract), newBuilder, isEmpty, apply, intersect, &, **, union, |, diff, &~, subsetOf, equals, stringPrefix, toString
Methods inherited from Subtractable
-, --, --
Methods inherited from Addable
+, ++, ++
Methods inherited from IterableTemplate
elements, foldRight, reduceRight, toIterable, head, takeRight, dropRight, sameElements, toStream, view, view, first, firstOption, toSeq, projection
Methods inherited from TraversableClass
genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableTemplate
thisCollection, nonEmpty, hasDefiniteSize, ++, ++, map, flatMap, filter, filterMap, filterNot, remove, partition, groupBy, forall, exists, count, find, foldLeft, /:, :\, reduceLeft, reduceLeftOption, reduceRightOption, headOption, tail, last, lastOption, init, take, drop, slice, takeWhile, dropWhile, span, splitAt, copyToBuffer, copyToArray, copyToArray, toArray, toList, toSequence, toSet, mkString, mkString, mkString, addString, addString
Methods inherited from Function1
compose, andThen
Methods inherited from AnyRef
getClass, hashCode, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def empty : BitSet
Overrides
BitSetTemplate.empty