spire.std

LongIsBitString

class LongIsBitString extends BitString[Long] with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
BitString[Long], Bool[Long], GenBool[Long], Heyting[Long], BoundedDistributiveLattice[Long], DistributiveLattice[Long], BoundedLattice[Long], BoundedJoinSemilattice[Long], BoundedMeetSemilattice[Long], Lattice[Long], MeetSemilattice[Long], JoinSemilattice[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LongIsBitString
  2. BitString
  3. Bool
  4. GenBool
  5. Heyting
  6. BoundedDistributiveLattice
  7. DistributiveLattice
  8. BoundedLattice
  9. BoundedJoinSemilattice
  10. BoundedMeetSemilattice
  11. Lattice
  12. MeetSemilattice
  13. JoinSemilattice
  14. Serializable
  15. Serializable
  16. AnyRef
  17. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LongIsBitString()

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: Long, b: Long): Long

    Definition Classes
    LongIsBitString → GenBool → Heyting
  7. def asBoolRing: BoolRing[Long]

    Definition Classes
    Bool → GenBool
  8. def asCommutativeRig: CommutativeRig[Long]

    Definition Classes
    BoundedDistributiveLattice
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def bitCount(n: Long): Int

    Definition Classes
    LongIsBitStringBitString
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def complement(a: Long): Long

    Definition Classes
    LongIsBitString → Heyting
  13. def dual: Bool[Long]

    Definition Classes
    Bool → BoundedDistributiveLattice → BoundedLattice → Lattice
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. def highestOneBit(n: Long): Long

    Definition Classes
    LongIsBitStringBitString
  20. def imp(a: Long, b: Long): Long

    Definition Classes
    Bool → Heyting
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isOne(a: Long)(implicit ev: Eq[Long]): Boolean

    Definition Classes
    BoundedMeetSemilattice
  23. def isZero(a: Long)(implicit ev: Eq[Long]): Boolean

    Definition Classes
    BoundedJoinSemilattice
  24. def join(a: Long, b: Long): Long

    Definition Classes
    GenBool → JoinSemilattice
  25. def joinPartialOrder(implicit ev: Eq[Long]): PartialOrder[Long]

    Definition Classes
    JoinSemilattice
  26. def joinSemilattice: BoundedSemilattice[Long]

    Definition Classes
    BoundedJoinSemilattice → JoinSemilattice
  27. def leftShift(n: Long, i: Int): Long

    Definition Classes
    LongIsBitStringBitString
  28. def lowestOneBit(n: Long): Long

    Definition Classes
    LongIsBitStringBitString
  29. def meet(a: Long, b: Long): Long

    Definition Classes
    GenBool → MeetSemilattice
  30. def meetPartialOrder(implicit ev: Eq[Long]): PartialOrder[Long]

    Definition Classes
    MeetSemilattice
  31. def meetSemilattice: BoundedSemilattice[Long]

    Definition Classes
    BoundedMeetSemilattice → MeetSemilattice
  32. def nand(a: Long, b: Long): Long

    Definition Classes
    Heyting
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def nor(a: Long, b: Long): Long

    Definition Classes
    Heyting
  35. final def notify(): Unit

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

    Definition Classes
    AnyRef
  37. def numberOfLeadingZeros(n: Long): Int

    Definition Classes
    LongIsBitStringBitString
  38. def numberOfTrailingZeros(n: Long): Int

    Definition Classes
    LongIsBitStringBitString
  39. def nxor(a: Long, b: Long): Long

    Definition Classes
    Heyting
  40. def one: Long

    Definition Classes
    LongIsBitString → BoundedMeetSemilattice
  41. def or(a: Long, b: Long): Long

    Definition Classes
    LongIsBitString → GenBool → Heyting
  42. def rightShift(n: Long, i: Int): Long

    Definition Classes
    LongIsBitStringBitString
  43. def rotateLeft(n: Long, i: Int): Long

    Definition Classes
    LongIsBitStringBitString
  44. def rotateRight(n: Long, i: Int): Long

    Definition Classes
    LongIsBitStringBitString
  45. def signed: Boolean

    Definition Classes
    LongIsBitStringBitString
  46. def signedRightShift(n: Long, i: Int): Long

    Definition Classes
    LongIsBitStringBitString
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toHexString(n: Long): String

    Definition Classes
    LongIsBitStringBitString
  49. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def width: Int

    Definition Classes
    LongIsBitStringBitString
  54. def without(a: Long, b: Long): Long

    Definition Classes
    Bool → GenBool
  55. def xor(a: Long, b: Long): Long

    Definition Classes
    LongIsBitString → Bool → GenBool → Heyting
  56. def zero: Long

    Definition Classes
    LongIsBitString → BoundedJoinSemilattice

Inherited from BitString[Long]

Inherited from Bool[Long]

Inherited from GenBool[Long]

Inherited from Heyting[Long]

Inherited from BoundedDistributiveLattice[Long]

Inherited from DistributiveLattice[Long]

Inherited from BoundedLattice[Long]

Inherited from BoundedJoinSemilattice[Long]

Inherited from BoundedMeetSemilattice[Long]

Inherited from Lattice[Long]

Inherited from MeetSemilattice[Long]

Inherited from JoinSemilattice[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped