algebra.instances

BitSetAlgebra

class BitSetAlgebra extends GenBool[BitSet] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BitSetAlgebra
  2. GenBool
  3. BoundedJoinSemilattice
  4. DistributiveLattice
  5. Lattice
  6. MeetSemilattice
  7. JoinSemilattice
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BitSetAlgebra()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def and(a: BitSet, b: BitSet): BitSet

    Definition Classes
    BitSetAlgebraGenBool
  7. def asBoolRing: BoolRng[BitSet]

    Every generalized Boolean algebra is also a BoolRng, with multiplication defined as and and addition defined as xor.

    Every generalized Boolean algebra is also a BoolRng, with multiplication defined as and and addition defined as xor.

    Definition Classes
    GenBool
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def dual: Lattice[BitSet]

    This is the lattice with meet and join swapped

    This is the lattice with meet and join swapped

    Definition Classes
    Lattice
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def isZero(a: BitSet)(implicit ev: Eq[BitSet]): Boolean

    Definition Classes
    BoundedJoinSemilattice
  18. def join(a: BitSet, b: BitSet): BitSet

    Definition Classes
    GenBoolJoinSemilattice
  19. def joinPartialOrder(implicit ev: Eq[BitSet]): PartialOrder[BitSet]

    Definition Classes
    JoinSemilattice
  20. def joinSemilattice: BoundedSemilattice[BitSet]

  21. def meet(a: BitSet, b: BitSet): BitSet

    Definition Classes
    GenBoolMeetSemilattice
  22. def meetPartialOrder(implicit ev: Eq[BitSet]): PartialOrder[BitSet]

    Definition Classes
    MeetSemilattice
  23. def meetSemilattice: Semilattice[BitSet]

    Definition Classes
    MeetSemilattice
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def or(a: BitSet, b: BitSet): BitSet

    Definition Classes
    BitSetAlgebraGenBool
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def without(a: BitSet, b: BitSet): BitSet

    The operation of relative complement, symbolically often denoted a\b (the symbol for set-theoretic difference, which is the meaning of relative complement in the lattice of sets).

    The operation of relative complement, symbolically often denoted a\b (the symbol for set-theoretic difference, which is the meaning of relative complement in the lattice of sets).

    Definition Classes
    BitSetAlgebraGenBool
  34. def xor(a: BitSet, b: BitSet): BitSet

    Logical exclusive or, set-theoretic symmetric difference.

    Logical exclusive or, set-theoretic symmetric difference. Defined as a\b ∨ b\a.

    Definition Classes
    BitSetAlgebraGenBool
  35. val zero: BitSet

    Definition Classes
    BitSetAlgebraBoundedJoinSemilattice

Inherited from GenBool[BitSet]

Inherited from BoundedJoinSemilattice[BitSet]

Inherited from DistributiveLattice[BitSet]

Inherited from Lattice[BitSet]

Inherited from MeetSemilattice[BitSet]

Inherited from JoinSemilattice[BitSet]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped