BitSetUtil

cats.parse.BitSetUtil$
object BitSetUtil

Attributes

Source
BitSet.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BitSetUtil.type

Members list

Type members

Inherited types

type Tpe = BitSet

Attributes

Inherited from:
BitSetUtilCompat (hidden)
Source
BitSetCompat.scala

Value members

Inherited methods

def bitSetFor(charArray: Array[Char]): BitSet

Attributes

Inherited from:
BitSetUtilCompat (hidden)
Source
BitSetCompat.scala
def bitSetForRange(count: Int): BitSet

Attributes

Inherited from:
BitSetUtilCompat (hidden)
Source
BitSetCompat.scala
final def isSet(b: BitSet, idx: Int): Boolean

Attributes

Inherited from:
BitSetUtilCompat (hidden)
Source
BitSetCompat.scala
def isSingleton(t: Tpe): Boolean

Attributes

Inherited from:
BitSetUtilCompat (hidden)
Source
BitSetCompat.scala
def union(bs: Iterator[(Int, BitSet)]): Iterable[Char]

Attributes

Inherited from:
BitSetUtilCompat (hidden)
Source
BitSetCompat.scala
def union(bs: List[(Int, BitSet)]): Iterable[Char]

Attributes

Inherited from:
BitSetUtilCompat (hidden)
Source
BitSetCompat.scala

Inherited fields

final val isScalaJs: Boolean

Attributes

Inherited from:
BitSetUtilCompat (hidden)
Source
BitSetCompat.scala
final val isScalaJvm: Boolean

Attributes

Inherited from:
BitSetUtilCompat (hidden)
Source
BitSetCompat.scala