implicit final class AwesomeBitSet extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AwesomeBitSet
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AwesomeBitSet(bs: BitSet)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def &(other: BitSet): BitSet
- def &=(other: BitSet): Unit
- def &~(other: BitSet): BitSet
- def &~=(other: BitSet): Unit
- def ++=(xs: TraversableOnce[Int]): BitSet
- def +=(i: Int): BitSet
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def ^(other: BitSet): BitSet
- def ^=(other: BitSet): Unit
- def apply(r: Int): Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bs: BitSet
- def copy: BitSet
- def foreach[U](f: (Int) ⇒ U): Unit
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator: Iterator[Int]
- def map[U, C](f: (Int) ⇒ U)(implicit cbf: CanBuildFrom[BitSet, U, C]): C
- def nonEmpty: Boolean
-
def
toString(): String
- Definition Classes
- Any
- def |(other: BitSet): BitSet
- def |=(other: BitSet): Unit