Scala Standard Library 2.13.1 - scala.collection.BitSet (original) (raw)
trait BitSet extends SortedSet[Int] with BitSetOps[BitSet]
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitSet
- BitSetOps
- SortedSet
- SortedSetFactoryDefaults
- SortedSetOps
- SortedOps
- Set
- Equals
- SetOps
- Function1
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
Implicitly
by iterableOnceExtensionMethods
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
- Public
- Protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def &(that: Set[Int]): BitSet
- final def &~(that: Set[Int]): BitSet
- final def ++(that: IterableOnce[Int]): BitSet
- final def ++[B >: Int](suffix: IterableOnce[B]): Set[B]
- def ->[B](y: B): (BitSet, B)
- final def ==(arg0: Any): Boolean
- final def ^(other: BitSet): BitSet
- final def addString(b: mutable.StringBuilder): mutable.StringBuilder
- final def addString(b: mutable.StringBuilder, sep: String): mutable.StringBuilder
- def addString(b: mutable.StringBuilder, start: String, sep: String, end: String): mutable.StringBuilder
- def andThen[A](g: (Boolean) => A): (Int) => A
- final def apply(elem: Int): Boolean
- final def asInstanceOf[T0]: T0
- def canEqual(that: Any): Boolean
- def className: String
- def clone(): AnyRef
- final def coll: BitSet.this.type
- def collect(pf: PartialFunction[Int, Int]): BitSet
- def collect[B](pf: PartialFunction[Int, B])(implicit ev: Ordering[B]): SortedSet[B]
- def collect[B](pf: PartialFunction[Int, B]): Set[B]
- def collectFirst[B](pf: PartialFunction[Int, B]): Option[B]
- def compose[A](g: (A) => Int): (A) => Boolean
- def concat(other: IterableOnce[Int]): BitSet
- def concat[B >: Int](suffix: IterableOnce[B]): Set[B]
- def contains(elem: Int): Boolean
- def copyToArray[B >: Int](xs: Array[B], start: Int, len: Int): Int
- def copyToArray[B >: Int](xs: Array[B], start: Int): Int
- def copyToArray[B >: Int](xs: Array[B]): Int
- def corresponds[B](that: IterableOnce[B])(p: (Int, B) => Boolean): Boolean
- def count(p: (Int) => Boolean): Int
- def diff(other: Set[Int]): BitSet
- def drop(n: Int): BitSet
- def dropRight(n: Int): BitSet
- def dropWhile(p: (Int) => Boolean): BitSet
- def empty: BitSet
- def ensuring(cond: (BitSet) => Boolean, msg: => Any): BitSet
- def ensuring(cond: (BitSet) => Boolean): BitSet
- def ensuring(cond: Boolean, msg: => Any): BitSet
- def ensuring(cond: Boolean): BitSet
- final def eq(arg0: AnyRef): Boolean
- def equals(that: Any): Boolean
- def exists(p: (Int) => Boolean): Boolean
- def filter(pred: (Int) => Boolean): BitSet
- def filterNot(pred: (Int) => Boolean): BitSet
- def finalize(): Unit
- def find(p: (Int) => Boolean): Option[Int]
- def firstKey: Int
- def flatMap(f: (Int) => IterableOnce[Int]): BitSet
- def flatMap[B](f: (Int) => IterableOnce[B])(implicit ev: Ordering[B]): SortedSet[B]
- def flatMap[B](f: (Int) => IterableOnce[B]): Set[B]
- def flatten[B](implicit asIterable: (Int) => IterableOnce[B]): Set[B]
- def fold[A1 >: Int](z: A1)(op: (A1, A1) => A1): A1
- def foldLeft[B](z: B)(op: (B, Int) => B): B
- def foldRight[B](z: B)(op: (Int, B) => B): B
- def forall(p: (Int) => Boolean): Boolean
- def foreach[U](f: (Int) => U): Unit
- def formatted(fmtstr: String): String
- def fromSpecific(coll: IterableOnce[Int]): BitSet
- final def getClass(): Class[_ <: AnyRef]
- def groupBy[K](f: (Int) => K): immutable.Map[K, BitSet]
- def groupMap[K, B](key: (Int) => K)(f: (Int) => B): immutable.Map[K, Set[B]]
- def groupMapReduce[K, B](key: (Int) => K)(f: (Int) => B)(reduce: (B, B) => B): immutable.Map[K, B]
- def grouped(size: Int): Iterator[BitSet]
- def hashCode(): Int
- def head: Int
- def headOption: Option[Int]
- def init: BitSet
- def inits: Iterator[BitSet]
- def intersect(other: Set[Int]): BitSet
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- def isTraversableAgain: Boolean
- def iterableFactory: IterableFactory[Set]
- def iterator: Iterator[Int]
- def iteratorFrom(start: Int): Iterator[Int]
- def knownSize: Int
- def last: Int
- def lastKey: Int
- def lastOption: Option[Int]
- def lazyZip[B](that: Iterable[B]): LazyZip2[Int, B, BitSet.this.type]
- def map(f: (Int) => Int): BitSet
- def map[B](f: (Int) => B)(implicit ev: Ordering[B]): SortedSet[B]
- def map[B](f: (Int) => B): Set[B]
- def max[B >: Int](implicit ord: Ordering[B]): Int
- def maxBefore(key: Int): Option[Int]
- def maxBy[B](f: (Int) => B)(implicit cmp: math.Ordering[B]): Int
- def maxByOption[B](f: (Int) => B)(implicit cmp: math.Ordering[B]): Option[Int]
- def maxOption[B >: Int](implicit ord: math.Ordering[B]): Option[Int]
- def min[B >: Int](implicit ord: Ordering[B]): Int
- def minAfter(key: Int): Option[Int]
- def minBy[B](f: (Int) => B)(implicit cmp: math.Ordering[B]): Int
- def minByOption[B](f: (Int) => B)(implicit cmp: math.Ordering[B]): Option[Int]
- def minOption[B >: Int](implicit ord: math.Ordering[B]): Option[Int]
- final def mkString: String
- final def mkString(sep: String): String
- final def mkString(start: String, sep: String, end: String): String
- final def ne(arg0: AnyRef): Boolean
- def newSpecificBuilder: Builder[Int, BitSet]
- def nonEmpty: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def ordering: Ordering[Int]
- def partition(p: (Int) => Boolean): (BitSet, BitSet)
- def partitionMap[A1, A2](f: (Int) => Either[A1, A2]): (Set[A1], Set[A2])
- def product[B >: Int](implicit num: math.Numeric[B]): B
- def range(from: Int, until: Int): BitSet
- def rangeFrom(from: Int): BitSet
- def rangeImpl(from: Option[Int], until: Option[Int]): BitSet
- def rangeTo(to: Int): BitSet
- def rangeUntil(until: Int): BitSet
- def reduce[B >: Int](op: (B, B) => B): B
- def reduceLeft[B >: Int](op: (B, Int) => B): B
- def reduceLeftOption[B >: Int](op: (B, Int) => B): Option[B]
- def reduceOption[B >: Int](op: (B, B) => B): Option[B]
- def reduceRight[B >: Int](op: (Int, B) => B): B
- def reduceRightOption[B >: Int](op: (Int, B) => B): Option[B]
- def reversed: Iterable[Int]
- def scan[B >: Int](z: B)(op: (B, B) => B): Set[B]
- def scanLeft[B](z: B)(op: (B, Int) => B): Set[B]
- def scanRight[B](z: B)(op: (Int, B) => B): Set[B]
- def size: Int
- def sizeCompare(that: Iterable[_]): Int
- def sizeCompare(otherSize: Int): Int
- final def sizeIs: SizeCompareOps
- def slice(from: Int, until: Int): BitSet
- def sliding(size: Int, step: Int): Iterator[BitSet]
- def sliding(size: Int): Iterator[BitSet]
- def sortedIterableFactory: SortedIterableFactory[SortedSet]
- def span(p: (Int) => Boolean): (BitSet, BitSet)
- def splitAt(n: Int): (BitSet, BitSet)
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[Int, S]): S with EfficientSplit
- def stringPrefix: String
- def subsetOf(that: Set[Int]): Boolean
- def subsets(): Iterator[BitSet]
- def subsets(len: Int): Iterator[BitSet]
- def sum[B >: Int](implicit num: math.Numeric[B]): B
- final def synchronized[T0](arg0: => T0): T0
- def tail: BitSet
- def tails: Iterator[BitSet]
- def take(n: Int): BitSet
- def takeRight(n: Int): BitSet
- def takeWhile(p: (Int) => Boolean): BitSet
- def tapEach[U](f: (Int) => U): BitSet
- def to[C1](factory: Factory[Int, C1]): C1
- def toArray[B >: Int](implicit arg0: ClassTag[B]): Array[B]
- def toBitMask: Array[Long]
- final def toBuffer[B >: Int]: Buffer[B]
- def toIndexedSeq: immutable.IndexedSeq[Int]
- final def toIterable: BitSet.this.type
- def toList: immutable.List[Int]
- def toMap[K, V](implicit ev: <:<[Int, (K, V)]): immutable.Map[K, V]
- def toSeq: immutable.Seq[Int]
- def toSet[B >: Int]: immutable.Set[B]
- def toString(): String
- def toVector: immutable.Vector[Int]
- def transpose[B](implicit asIterable: (Int) => Iterable[B]): Set[Set[B]]
- final def union(that: Set[Int]): BitSet
- def unsorted: Set[Int]
- def unzip[A1, A2](implicit asPair: (Int) => (A1, A2)): (Set[A1], Set[A2])
- def unzip3[A1, A2, A3](implicit asTriple: (Int) => (A1, A2, A3)): (Set[A1], Set[A2], Set[A3])
- def view: View[Int]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def withFilter(p: (Int) => Boolean): SortedSetOps.WithFilter[Int, Set, SortedSet]
- def xor(other: BitSet): BitSet
- def zip[B](that: IterableOnce[B])(implicit ev: Ordering[(Int, B)]): SortedSet[(Int, B)]
- def zip[B](that: IterableOnce[B]): Set[(Int, B)]
- def zipAll[A1 >: Int, B](that: Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
- def zipWithIndex: Set[(Int, Int)]
- final def |(that: Set[Int]): BitSet
Deprecated Value Members
- def +(elem1: Int, elem2: Int, elems: Int*): BitSet
- def +(elem: Int): BitSet
- def ++:[B >: Int](that: IterableOnce[B]): Set[B]
- def -(elem1: Int, elem2: Int, elems: Int*): BitSet
- def -(elem: Int): BitSet
- def --(that: IterableOnce[Int]): BitSet
- def /:[B](z: B)(op: (B, Int) => B): B
- final def /:[B](z: B)(op: (B, Int) => B): B
- def :\[B](z: B)(op: (Int, B) => B): B
- final def :\[B](z: B)(op: (Int, B) => B): B
- def aggregate[B](z: => B)(seqop: (B, Int) => B, combop: (B, B) => B): B
- def collectFirst[B](f: PartialFunction[Int, B]): Option[B]
- def companion: IterableFactory[[_]Set[_]]
- def compare(k0: Int, k1: Int): Int
- def copyToBuffer(dest: Buffer[Int]): Unit
- final def copyToBuffer[B >: Int](dest: Buffer[B]): Unit
- def count(f: (Int) => Boolean): Int
- def exists(f: (Int) => Boolean): Boolean
- def filter(f: (Int) => Boolean): Iterator[Int]
- def find(p: (Int) => Boolean): Option[Int]
- def flatMap[B](f: (Int) => IterableOnce[B]): IterableOnce[B]
- def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
- def foldLeft[B](z: B)(op: (B, Int) => B): B
- def foldRight[B](z: B)(op: (Int, B) => B): B
- def forall(f: (Int) => Boolean): Boolean
- def foreach[U](f: (Int) => U): Unit
- final def from(from: Int): BitSet
- def hasDefiniteSize: Boolean
- def isEmpty: Boolean
- def keysIteratorFrom(start: Int): Iterator[Int]
- def map[B](f: (Int) => B): IterableOnce[B]
- def max(implicit ord: math.Ordering[Int]): Int
- def maxBy[B](f: (Int) => B)(implicit cmp: math.Ordering[B]): Int
- def min(implicit ord: math.Ordering[Int]): Int
- def minBy[B](f: (Int) => B)(implicit cmp: math.Ordering[B]): Int
- def mkString: String
- def mkString(sep: String): String
- def mkString(start: String, sep: String, end: String): String
- def nonEmpty: Boolean
- def product(implicit num: math.Numeric[Int]): Int
- def reduce(f: (Int, Int) => Int): Int
- def reduceLeft(f: (Int, Int) => Int): Int
- def reduceLeftOption(f: (Int, Int) => Int): Option[Int]
- def reduceOption(f: (Int, Int) => Int): Option[Int]
- def reduceRight(f: (Int, Int) => Int): Int
- def reduceRightOption(f: (Int, Int) => Int): Option[Int]
- final def repr: BitSet
- def sameElements[B >: A](that: IterableOnce[B]): Boolean
- def seq: BitSet.this.type
- def size: Int
- def sum(implicit num: math.Numeric[Int]): Int
- def to[C1](factory: Factory[Int, C1]): C1
- final def to(to: Int): BitSet
- def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
- def toBuffer[B >: A]: Buffer[B]
- def toIndexedSeq: IndexedSeq[Int]
- final def toIterable: Iterable[Int]
- def toIterator: Iterator[Int]
- final def toIterator: Iterator[Int]
- def toList: immutable.List[Int]
- def toMap[K, V](implicit ev: <:<[Int, (K, V)]): immutable.Map[K, V]
- def toSeq: immutable.Seq[Int]
- def toSet[B >: A]: immutable.Set[B]
- def toStream: immutable.Stream[Int]
- final def toStream: immutable.Stream[Int]
- final def toTraversable: Traversable[Int]
- final def toTraversable: Traversable[Int]
- def toVector: immutable.Vector[Int]
- final def until(until: Int): BitSet
- def view(from: Int, until: Int): View[Int]
- def withFilter(f: (Int) => Boolean): Iterator[Int]
- def →[B](y: B): (BitSet, B)