Class

algebra.instances

BitSetAlgebra

Related Doc: package instances

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BitSetAlgebra()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def and(a: BitSet, b: BitSet): BitSet

    Permalink
    Definition Classes
    BitSetAlgebraGenBool
  5. def asBoolRing: BoolRng[BitSet]

    Permalink

    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
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

    Permalink

    This is the lattice with meet and join swapped

    This is the lattice with meet and join swapped

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JoinSemilattice
  18. def joinSemilattice: BoundedSemilattice[BitSet]

    Permalink
  19. def meet(a: BitSet, b: BitSet): BitSet

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

    Permalink
    Definition Classes
    MeetSemilattice
  21. def meetSemilattice: Semilattice[BitSet]

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

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

    Permalink

    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
  32. def xor(a: BitSet, b: BitSet): BitSet

    Permalink

    Logical exclusive or, set-theoretic symmetric difference.

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

    Definition Classes
    BitSetAlgebraGenBool
  33. val zero: BitSet

    Permalink
    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