Showing content from https://www.scala-lang.org/api/2.13.10/scala/collection/mutable/BitSet.html below:
Scala Standard Library 2.13.10 - scala.collection.mutable.BitSet
class BitSet extends AbstractSet[Int] with SortedSet[Int] with SortedSetOps[Int, SortedSet, BitSet] with StrictOptimizedIterableOps[Int, Set, BitSet] with StrictOptimizedSortedSetOps[Int, SortedSet, BitSet] with collection.BitSet with BitSetOps[BitSet] with Serializable
î·î
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitSet
- Serializable
- BitSet
- BitSetOps
- StrictOptimizedSortedSetOps
- StrictOptimizedSetOps
- StrictOptimizedIterableOps
- SortedSet
- SortedSetOps
- SortedSet
- SortedSetFactoryDefaults
- SortedSetOps
- SortedOps
- AbstractSet
- Set
- SetOps
- Shrinkable
- Builder
- Growable
- Clearable
- Cloneable
- Cloneable
- Iterable
- AbstractSet
- Set
- Equals
- SetOps
- Function1
- AbstractIterable
- Iterable
- IterableFactoryDefaults
- IterableOps
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
Implicitly
- by iterableOnceExtensionMethods
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
Visibility
- Public
- Protected
Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##: Int
- î
final def &(that: collection.Set[Int]): BitSet
- î
def &=(other: collection.BitSet): BitSet.this.type
- î
final def &~(that: collection.Set[Int]): BitSet
- î
def &~=(other: collection.BitSet): BitSet.this.type
- î
final def ++(that: IterableOnce[Int]): BitSet
- î
final def ++[B >: Int](suffix: IterableOnce[B]): Set[B]
- î
final def ++=(xs: IterableOnce[Int]): BitSet.this.type
- î
final def +=(elem: Int): BitSet.this.type
- î
final def --=(xs: IterableOnce[Int]): BitSet.this.type
- î
final def -=(elem: Int): BitSet.this.type
- î
def ->[B](y: B): (BitSet, B)
- î
final def ==(arg0: Any): Boolean
- î
final def ^(other: collection.BitSet): BitSet
- î
def ^=(other: collection.BitSet): BitSet.this.type
- î
def add(elem: Int): Boolean
- î
def addAll(xs: IterableOnce[Int]): BitSet.this.type
- î
def addOne(elem: Int): BitSet.this.type
- î
final def addString(b: StringBuilder): b.type
- î
final def addString(b: StringBuilder, sep: String): b.type
- î
def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
- î
def andThen[A](g: (Boolean) => A): (Int) => A
- î
final def apply(elem: Int): Boolean
- î
final def asInstanceOf[T0]: T0
- î
def bitSetFactory: BitSet
- î
def canEqual(that: Any): Boolean
- î
def className: String
- î
def clear(): Unit
- î
def clone(): BitSet
- î
final def coll: BitSet.this.type
- î
def collect[B](pf: PartialFunction[Int, B])(implicit ev: Ordering[B]): SortedSet[B]
- î
def collect(pf: PartialFunction[Int, Int]): BitSet
- î
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(that: collection.Set[Int]): BitSet
- î
def drop(n: Int): BitSet
- î
def dropRight(n: Int): BitSet
- î
def dropWhile(p: (Int) => Boolean): BitSet
- î
final var elems: Array[Long]
- î
def empty: BitSet
- î
final def ensureCapacity(idx: Int): Unit
- î
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 filterImpl(pred: (Int) => Boolean, isFlipped: Boolean): BitSet
- î
def filterInPlace(p: (Int) => Boolean): BitSet.this.type
- î
def filterNot(pred: (Int) => Boolean): BitSet
- î
def finalize(): Unit
- î
def find(p: (Int) => Boolean): Option[Int]
- î
def firstKey: Int
- î
def flatMap[B](f: (Int) => IterableOnce[B])(implicit ev: Ordering[B]): SortedSet[B]
- î
def flatMap(f: (Int) => IterableOnce[Int]): BitSet
- î
def flatMap[B](f: (Int) => IterableOnce[B]): Set[B]
- î
def flatten[B](implicit toIterableOnce: (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 fromBitMaskNoCopy(elems: Array[Long]): BitSet
- î
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: collection.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: collection.Iterable[B]): LazyZip2[Int, B, BitSet.this.type]
- î
def map[B](f: (Int) => B)(implicit ev: Ordering[B]): SortedSet[B]
- î
def map(f: (Int) => Int): BitSet
- î
def map[B](f: (Int) => B): Set[B]
- î
def mapResult[NewTo](f: (BitSet) => NewTo): Builder[Int, NewTo]
- î
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 nwords: Int
- î
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 remove(elem: Int): Boolean
- î
def result(): BitSet
- î
def reversed: collection.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: collection.Iterable[_]): Int
- î
def sizeCompare(otherSize: Int): Int
- î
final def sizeHint(coll: IterableOnce[_], delta: Int = 0): Unit
- î
def sizeHint(size: Int): Unit
- î
final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit
- î
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
- î
final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[Int, B]): C2
- î
final def strictOptimizedConcat[B >: Int, C2](that: IterableOnce[B], b: Builder[B, C2]): C2
- î
final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: (Int) => IterableOnce[B]): C2
- î
final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: (Int) => IterableOnce[B]): C2
- î
final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: (Int) => B): C2
- î
final def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[(Int, B), C2]): C2
- î
def stringPrefix: String
- î
def subsetOf(that: collection.Set[Int]): Boolean
- î
def subsets(): Iterator[BitSet]
- î
def subsets(len: Int): Iterator[BitSet]
- î
def subtractAll(xs: IterableOnce[Int]): BitSet.this.type
- î
def subtractOne(elem: Int): BitSet.this.type
- î
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 toImmutable: immutable.BitSet
- î
def toIndexedSeq: immutable.IndexedSeq[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 >: Int]: immutable.Set[B]
- î
def toString(): String
- î
def toVector: immutable.Vector[Int]
- î
def transpose[B](implicit asIterable: (Int) => collection.Iterable[B]): Set[Set[B]]
- î
def unconstrained: collection.Set[Int]
- î
final def union(that: collection.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 update(elem: Int, included: Boolean): Unit
- î
final def updateWord(idx: Int, w: Long): Unit
- î
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, [x]Set[x], [X]SortedSet[X]]
- î
final def word(idx: Int): Long
- î
def writeReplace(): AnyRef
- î
def xor(other: collection.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: collection.Iterable[B], thisElem: A1, thatElem: B): Set[(A1, B)]
- î
def zipWithIndex: Set[(Int, Int)]
- î
final def |(that: collection.Set[Int]): BitSet
- î
def |=(other: collection.BitSet): BitSet.this.type
Deprecated Value Members
- î
def +(elem1: Int, elem2: Int, elems: Int*): BitSet
- î
def +(elem: Int): BitSet
- î
def ++:[B >: Int](that: IterableOnce[B]): Set[B]
- î
final def +=(elem1: Int, elem2: Int, elems: Int*): BitSet.this.type
- î
def -(elem1: Int, elem2: Int, elems: Int*): BitSet
- î
def -(elem: Int): BitSet
- î
def --(that: IterableOnce[Int]): BitSet
- î
def -=(elem1: Int, elem2: Int, elems: Int*): BitSet.this.type
- î
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
- î
def formatted(fmtstr: String): String
- î
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
- î
final def retain(p: (Int) => Boolean): Unit
- î
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: collection.IndexedSeq[Int]
- î
final def toIterable: collection.Iterable[Int]
- î
final def toIterable: BitSet.this.type
- î
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: collection.Traversable[Int]
- î
final def toTraversable: collection.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)
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4