final class U16 extends AnyVal with Short[U16]

Linear Supertypes
Short[U16], BV, HasBoxer, Z, Comparable[Z], Number, Immutable, ImmutableMarker, Clonable, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. U16
  2. Short
  3. BV
  4. HasBoxer
  5. Z
  6. Comparable
  7. Number
  8. Immutable
  9. ImmutableMarker
  10. Clonable
  11. AnyVal
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new U16(value: Short)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  4. final def %(other: Z): U16
    Definition Classes
    ShortZ
  5. final def &(other: Z): U16
    Definition Classes
    ShortZ
  6. final def *(other: Z): U16
    Definition Classes
    ShortZ
  7. final def +(other: Z): U16
    Definition Classes
    ShortZ
  8. final def -(other: Z): U16
    Definition Classes
    ShortZ
  9. final def /(other: Z): U16
    Definition Classes
    ShortZ
  10. final def <(other: Z): B
    Definition Classes
    ShortZ
  11. final def <<(other: Z): U16
    Definition Classes
    ShortZ
  12. final def <=(other: Z): B
    Definition Classes
    ShortZ
  13. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  14. final def >(other: Z): B
    Definition Classes
    ShortZ
  15. final def >=(other: Z): B
    Definition Classes
    ShortZ
  16. final def >>(other: Z): U16
    Definition Classes
    ShortZ
  17. final def >>>(other: Z): U16
    Definition Classes
    ShortZ
  18. def BitWidth: Int
    Definition Classes
    U16Z
    Annotations
    @inline()
  19. def Index: U16
    Definition Classes
    U16ShortZ
    Annotations
    @inline()
  20. def Max: U16
    Definition Classes
    U16ShortZ
    Annotations
    @inline()
  21. def Min: U16
    Definition Classes
    U16ShortZ
    Annotations
    @inline()
  22. def Name: java.lang.String
    Definition Classes
    U16Z
    Annotations
    @inline()
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def boxer: Boxer.type
    Definition Classes
    U16HasBoxer
  25. def compareTo(other: Z): Int
    Definition Classes
    Z → Comparable
  26. final def decrease: U16
    Definition Classes
    ShortZ
  27. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  28. final def hasMax: Boolean
    Definition Classes
    BV → Z
  29. final def hasMin: Boolean
    Definition Classes
    BV → Z
  30. final def increase: U16
    Definition Classes
    ShortZ
  31. final def isBitVector: Boolean
    Definition Classes
    BV → Z
  32. final def isEqType(other: Z): Boolean
    Definition Classes
    Z
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isSigned: Boolean
    Definition Classes
    U16Z
    Annotations
    @inline()
  35. def isWrapped: Boolean
    Definition Classes
    U16Short
    Annotations
    @inline()
  36. def isZeroIndex: Boolean
    Definition Classes
    U16ShortZ
    Annotations
    @inline()
  37. def make(v: Short): U16
    Definition Classes
    U16Short
  38. final def string: String
    Definition Classes
    ZImmutable
  39. def to[I](n: I): ZRange[I]
    Definition Classes
    Z
  40. final def toBigInt: BigInt
    Definition Classes
    ShortZ
  41. final def toIndex: Index
    Definition Classes
    ShortZ
  42. final def toMP: MP
    Definition Classes
    ShortZ
  43. final def toString(): scala.Predef.String
    Definition Classes
    Short → Any
  44. final def unary_-: U16
    Definition Classes
    ShortZ
  45. final def unary_~: U16
    Definition Classes
    ShortZ
  46. def until[I](n: I): ZRange[I]
    Definition Classes
    Z
  47. val value: Short
    Definition Classes
    U16Short
  48. final def |(other: Z): U16
    Definition Classes
    ShortZ
  49. final def |^(other: Z): U16
    Definition Classes
    ShortZ

Inherited from Short[U16]

Inherited from BV

Inherited from HasBoxer

Inherited from Z

Inherited from Comparable[Z]

Inherited from Number

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyVal

Inherited from Any

Ungrouped