org.catch22

BaseN

sealed class BaseN extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseN
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseN(underlying: BigInt, baseN: Int)

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. def &(that: BaseN): BaseN

  5. def *(that: BaseN): BaseN

  6. def +(that: BaseN): BaseN

  7. def -(that: BaseN): BaseN

  8. def /(that: BaseN): BaseN

  9. def <<(n: Int): BaseN

  10. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  12. def >>(n: Int): BaseN

  13. def ^(that: BaseN): BaseN

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. val baseN: Int

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  23. def mod(that: BaseN): BaseN

  24. def modInverse(that: BaseN): BaseN

  25. def modPow(that: BaseN, p: Int): BaseN

  26. def n(x: Int): BaseN

  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. implicit def toBigInt: BigInt

  32. def toBits: List[Int]

    Return the bit representation of this BaseN

  33. def toByteArray: Array[Byte]

    Return this BaseN as a Byte Array with the sign byte removed (if it exists)

  34. implicit def toInt: Int

  35. def toIntArray: Array[Int]

    Return this BaseN as an array of Int normalized in the range 0 -255

  36. def toRawString: String

    Return the conventional String representation of this BaseN

  37. def toString(n: Int): String

  38. def toString(): String

    Return the byte wise String representation of this BaseN.

    Return the byte wise String representation of this BaseN. For a non byte wise orientated version use toString(16) or toRawString

    Definition Classes
    BaseN → AnyRef → Any
  39. def toUnsignedByteArray: Array[Byte]

  40. val underlying: BigInt

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def xor(that: BaseN): BaseN

  45. def |(that: BaseN): BaseN

Inherited from AnyRef

Inherited from Any

Ungrouped