spire.std

LongIsBitString

class LongIsBitString extends BitString[Long] with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Serializable, Serializable, BitString[Long], Bool[Long], Heyting[Long], BoundedLattice[Long], BoundedJoinSemilattice[Long], BoundedMeetSemilattice[Long], Lattice[Long], MeetSemilattice[Long], JoinSemilattice[Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LongIsBitString
  2. Serializable
  3. Serializable
  4. BitString
  5. Bool
  6. Heyting
  7. BoundedLattice
  8. BoundedJoinSemilattice
  9. BoundedMeetSemilattice
  10. Lattice
  11. MeetSemilattice
  12. JoinSemilattice
  13. AnyRef
  14. 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
    LongIsBitStringHeyting
  7. final def asInstanceOf[T0]: T0

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

    Definition Classes
    LongIsBitStringBitString
  9. def clone(): AnyRef

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

    Definition Classes
    LongIsBitStringHeyting
  11. def dual: Bool[Long]

    Definition Classes
    Bool
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    BoolHeyting
  19. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    HeytingJoinSemilattice
  23. def leftShift(n: Long, i: Int): Long

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

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

    Definition Classes
    HeytingMeetSemilattice
  26. def nand(a: Long, b: Long): Long

    Definition Classes
    Bool
  27. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    Bool
  29. final def notify(): Unit

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

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

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

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

    Definition Classes
    Bool
  34. def one: Long

  35. def or(a: Long, b: Long): Long

    Definition Classes
    LongIsBitStringHeyting
  36. def rightShift(n: Long, i: Int): Long

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

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

    Definition Classes
    LongIsBitStringBitString
  39. def signed: Boolean

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

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

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

    Definition Classes
    LongIsBitStringBitString
  43. def toString(): String

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

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

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

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

    Definition Classes
    LongIsBitStringBitString
  48. def xor(a: Long, b: Long): Long

    Definition Classes
    LongIsBitStringBool
  49. def zero: Long

Inherited from Serializable

Inherited from Serializable

Inherited from BitString[Long]

Inherited from Bool[Long]

Inherited from Heyting[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 AnyRef

Inherited from Any

Ungrouped