spire.std

ByteIsBitString

class ByteIsBitString extends BitString[Byte] with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Serializable, BitString[Byte], BooleanAlgebra[Byte], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteIsBitString
  2. Serializable
  3. Serializable
  4. BitString
  5. BooleanAlgebra
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteIsBitString()

Value Members

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

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

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

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

    Definition Classes
    ByteIsBitStringBooleanAlgebra
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def bitCount(n: Byte): Int

    Definition Classes
    ByteIsBitStringBitString
  7. def clone(): AnyRef

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

    Definition Classes
    ByteIsBitStringBooleanAlgebra
  9. def dual: BooleanAlgebra[Byte]

    Definition Classes
    BooleanAlgebra
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  15. def highestOneBit(n: Byte): Byte

    Definition Classes
    ByteIsBitStringBitString
  16. def imp(a: Byte, b: Byte): Byte

    Definition Classes
    BooleanAlgebra
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def leftShift(n: Byte, i: Int): Byte

    Definition Classes
    ByteIsBitStringBitString
  19. def lowestOneBit(n: Byte): Byte

    Definition Classes
    ByteIsBitStringBitString
  20. def nand(a: Byte, b: Byte): Byte

    Definition Classes
    BooleanAlgebra
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def nor(a: Byte, b: Byte): Byte

    Definition Classes
    BooleanAlgebra
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def numberOfLeadingZeros(n: Byte): Int

    Definition Classes
    ByteIsBitStringBitString
  26. def numberOfTrailingZeros(n: Byte): Int

    Definition Classes
    ByteIsBitStringBitString
  27. def nxor(a: Byte, b: Byte): Byte

    Definition Classes
    BooleanAlgebra
  28. def one: Byte

    Definition Classes
    ByteIsBitStringBooleanAlgebra
  29. def or(a: Byte, b: Byte): Byte

    Definition Classes
    ByteIsBitStringBooleanAlgebra
  30. def rightShift(n: Byte, i: Int): Byte

    Definition Classes
    ByteIsBitStringBitString
  31. def rotateLeft(n: Byte, i: Int): Byte

    Definition Classes
    ByteIsBitStringBitString
  32. def rotateRight(n: Byte, i: Int): Byte

    Definition Classes
    ByteIsBitStringBitString
  33. def signed: Boolean

    Definition Classes
    ByteIsBitStringBitString
  34. def signedRightShift(n: Byte, i: Int): Byte

    Definition Classes
    ByteIsBitStringBitString
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toHexString(n: Byte): String

    Definition Classes
    ByteIsBitStringBitString
  37. def toString(): String

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

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

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

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

    Definition Classes
    ByteIsBitStringBitString
  42. def xor(a: Byte, b: Byte): Byte

    Definition Classes
    ByteIsBitStringBooleanAlgebra
  43. def zero: Byte

    Definition Classes
    ByteIsBitStringBooleanAlgebra

Inherited from Serializable

Inherited from Serializable

Inherited from BitString[Byte]

Inherited from BooleanAlgebra[Byte]

Inherited from AnyRef

Inherited from Any

Ungrouped