object Z_Ext

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Z_Ext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def fromBinary(bin: sireum.ISZ[U8]): Z
    Annotations
    @pure()
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def isInRangeN(n: Z): B
    Annotations
    @pure()
  13. def isInRangeSigned16(n: Z): B
    Annotations
    @pure()
  14. def isInRangeSigned32(n: Z): B
    Annotations
    @pure()
  15. def isInRangeSigned64(n: Z): B
    Annotations
    @pure()
  16. def isInRangeSigned8(n: Z): B
    Annotations
    @pure()
  17. def isInRangeUnsigned16(n: Z): B
    Annotations
    @pure()
  18. def isInRangeUnsigned32(n: Z): B
    Annotations
    @pure()
  19. def isInRangeUnsigned64(n: Z): B
    Annotations
    @pure()
  20. def isInRangeUnsigned8(n: Z): B
    Annotations
    @pure()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toB(n: Z): B
    Annotations
    @pure()
  27. def toBinary(n: Z): sireum.ISZ[U8]
    Annotations
    @pure()
  28. def toN(n: Z): N
    Annotations
    @pure()
  29. def toN16(n: Z): N16
    Annotations
    @pure()
  30. def toN32(n: Z): N32
    Annotations
    @pure()
  31. def toN64(n: Z): N64
    Annotations
    @pure()
  32. def toN8(n: Z): N8
    Annotations
    @pure()
  33. def toR(n: Z): R
    Annotations
    @pure()
  34. def toS16(n: Z): S16
    Annotations
    @pure()
  35. def toS32(n: Z): S32
    Annotations
    @pure()
  36. def toS64(n: Z): S64
    Annotations
    @pure()
  37. def toS8(n: Z): S8
    Annotations
    @pure()
  38. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  39. def toU16(n: Z): U16
    Annotations
    @pure()
  40. def toU32(n: Z): U32
    Annotations
    @pure()
  41. def toU64(n: Z): U64
    Annotations
    @pure()
  42. def toU8(n: Z): U8
    Annotations
    @pure()
  43. def toZ(n: Z): Z
    Annotations
    @pure()
  44. def toZ16(n: Z): Z16
    Annotations
    @pure()
  45. def toZ32(n: Z): Z32
    Annotations
    @pure()
  46. def toZ64(n: Z): Z64
    Annotations
    @pure()
  47. def toZ8(n: Z): Z8
    Annotations
    @pure()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped