BitSet

cats.collections.BitSet
See theBitSet companion class
object BitSet

Attributes

Companion
class
Source
BitSet.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
BitSet.type

Members list

Type members

Classlikes

case class InternalError(msg: String) extends Exception

Attributes

Source
BitSet.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(xs: Int*): BitSet

Construct an immutable bitset from the given integer values.

Construct an immutable bitset from the given integer values.

Attributes

Source
BitSet.scala
def empty: BitSet

Returns an empty immutable bitset.

Returns an empty immutable bitset.

Attributes

Source
BitSet.scala
def fromScalaRange(xs: Range): BitSet

Construct an immutable bitset from the given integer scala.collection.immutable.Range.

Construct an immutable bitset from the given integer scala.collection.immutable.Range.

Attributes

Source
BitSet.scala

Concrete fields

final val Empty: BitSet

Singleton value representing an empty bitset.

Singleton value representing an empty bitset.

Attributes

Source
BitSet.scala

Implicits

Implicits

implicit val orderForBitSet: Order[BitSet]

Attributes

Source
BitSet.scala
implicit val orderingForBitSet: Ordering[BitSet]

Attributes

Source
BitSet.scala