Packages

final class Short extends Number with Comparable[Short] with Constable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Short
  2. Constable
  3. Comparable
  4. Number
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Short(s: String)
    Annotations
    @inline()
  2. new Short(_value: scala.Short)

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def %(x: scala.Double): scala.Double
    Attributes
    protected
  4. def %(x: scala.Float): scala.Float
    Attributes
    protected
  5. def %(x: scala.Long): scala.Long
    Attributes
    protected
  6. def %(x: Int): Int
    Attributes
    protected
  7. def %(x: Char): Int
    Attributes
    protected
  8. def %(x: scala.Short): Int
    Attributes
    protected
  9. def %(x: scala.Byte): Int
    Attributes
    protected
  10. def &(x: scala.Long): scala.Long
    Attributes
    protected
  11. def &(x: Int): Int
    Attributes
    protected
  12. def &(x: Char): Int
    Attributes
    protected
  13. def &(x: scala.Short): Int
    Attributes
    protected
  14. def &(x: scala.Byte): Int
    Attributes
    protected
  15. def *(x: scala.Double): scala.Double
    Attributes
    protected
  16. def *(x: scala.Float): scala.Float
    Attributes
    protected
  17. def *(x: scala.Long): scala.Long
    Attributes
    protected
  18. def *(x: Int): Int
    Attributes
    protected
  19. def *(x: Char): Int
    Attributes
    protected
  20. def *(x: scala.Short): Int
    Attributes
    protected
  21. def *(x: scala.Byte): Int
    Attributes
    protected
  22. def +(x: scala.Double): scala.Double
    Attributes
    protected
  23. def +(x: scala.Float): scala.Float
    Attributes
    protected
  24. def +(x: scala.Long): scala.Long
    Attributes
    protected
  25. def +(x: Int): Int
    Attributes
    protected
  26. def +(x: Char): Int
    Attributes
    protected
  27. def +(x: scala.Short): Int
    Attributes
    protected
  28. def +(x: scala.Byte): Int
    Attributes
    protected
  29. def +(x: String): String
    Attributes
    protected
  30. def -(x: scala.Double): scala.Double
    Attributes
    protected
  31. def -(x: scala.Float): scala.Float
    Attributes
    protected
  32. def -(x: scala.Long): scala.Long
    Attributes
    protected
  33. def -(x: Int): Int
    Attributes
    protected
  34. def -(x: Char): Int
    Attributes
    protected
  35. def -(x: scala.Short): Int
    Attributes
    protected
  36. def -(x: scala.Byte): Int
    Attributes
    protected
  37. def /(x: scala.Double): scala.Double
    Attributes
    protected
  38. def /(x: scala.Float): scala.Float
    Attributes
    protected
  39. def /(x: scala.Long): scala.Long
    Attributes
    protected
  40. def /(x: Int): Int
    Attributes
    protected
  41. def /(x: Char): Int
    Attributes
    protected
  42. def /(x: scala.Short): Int
    Attributes
    protected
  43. def /(x: scala.Byte): Int
    Attributes
    protected
  44. def <(x: scala.Double): scala.Boolean
    Attributes
    protected
  45. def <(x: scala.Float): scala.Boolean
    Attributes
    protected
  46. def <(x: scala.Long): scala.Boolean
    Attributes
    protected
  47. def <(x: Int): scala.Boolean
    Attributes
    protected
  48. def <(x: Char): scala.Boolean
    Attributes
    protected
  49. def <(x: scala.Short): scala.Boolean
    Attributes
    protected
  50. def <(x: scala.Byte): scala.Boolean
    Attributes
    protected
  51. def <<(x: scala.Long): Int
    Attributes
    protected
  52. def <<(x: Int): Int
    Attributes
    protected
  53. def <=(x: scala.Double): scala.Boolean
    Attributes
    protected
  54. def <=(x: scala.Float): scala.Boolean
    Attributes
    protected
  55. def <=(x: scala.Long): scala.Boolean
    Attributes
    protected
  56. def <=(x: Int): scala.Boolean
    Attributes
    protected
  57. def <=(x: Char): scala.Boolean
    Attributes
    protected
  58. def <=(x: scala.Short): scala.Boolean
    Attributes
    protected
  59. def <=(x: scala.Byte): scala.Boolean
    Attributes
    protected
  60. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  61. def >(x: scala.Double): scala.Boolean
    Attributes
    protected
  62. def >(x: scala.Float): scala.Boolean
    Attributes
    protected
  63. def >(x: scala.Long): scala.Boolean
    Attributes
    protected
  64. def >(x: Int): scala.Boolean
    Attributes
    protected
  65. def >(x: Char): scala.Boolean
    Attributes
    protected
  66. def >(x: scala.Short): scala.Boolean
    Attributes
    protected
  67. def >(x: scala.Byte): scala.Boolean
    Attributes
    protected
  68. def >=(x: scala.Double): scala.Boolean
    Attributes
    protected
  69. def >=(x: scala.Float): scala.Boolean
    Attributes
    protected
  70. def >=(x: scala.Long): scala.Boolean
    Attributes
    protected
  71. def >=(x: Int): scala.Boolean
    Attributes
    protected
  72. def >=(x: Char): scala.Boolean
    Attributes
    protected
  73. def >=(x: scala.Short): scala.Boolean
    Attributes
    protected
  74. def >=(x: scala.Byte): scala.Boolean
    Attributes
    protected
  75. def >>(x: scala.Long): Int
    Attributes
    protected
  76. def >>(x: Int): Int
    Attributes
    protected
  77. def >>>(x: scala.Long): Int
    Attributes
    protected
  78. def >>>(x: Int): Int
    Attributes
    protected
  79. def ^(x: scala.Long): scala.Long
    Attributes
    protected
  80. def ^(x: Int): Int
    Attributes
    protected
  81. def ^(x: Char): Int
    Attributes
    protected
  82. def ^(x: scala.Short): Int
    Attributes
    protected
  83. def ^(x: scala.Byte): Int
    Attributes
    protected
  84. val _value: scala.Short
  85. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  86. def byteValue(): scala.Byte
    Definition Classes
    ShortNumber
    Annotations
    @inline()
  87. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  88. def compareTo(that: Short): Int
    Definition Classes
    Short → Comparable
    Annotations
    @inline()
  89. def doubleValue(): scala.Double
    Definition Classes
    ShortNumber
    Annotations
    @inline()
  90. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  91. def equals(that: Any): scala.Boolean
    Definition Classes
    Short → AnyRef → Any
    Annotations
    @inline()
  92. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  93. def floatValue(): scala.Float
    Definition Classes
    ShortNumber
    Annotations
    @inline()
  94. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  95. def hashCode(): Int
    Definition Classes
    Short → AnyRef → Any
    Annotations
    @inline()
  96. def intValue(): Int
    Definition Classes
    ShortNumber
    Annotations
    @inline()
  97. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  98. def longValue(): scala.Long
    Definition Classes
    ShortNumber
    Annotations
    @inline()
  99. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  100. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  101. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  102. def shortValue(): scala.Short
    Definition Classes
    ShortNumber
    Annotations
    @inline()
  103. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  104. def toByte: scala.Byte
    Attributes
    protected
  105. def toChar: Char
    Attributes
    protected
  106. def toDouble: scala.Double
    Attributes
    protected
  107. def toFloat: scala.Float
    Attributes
    protected
  108. def toInt: Int
    Attributes
    protected
  109. def toLong: scala.Long
    Attributes
    protected
  110. def toShort: scala.Short
    Attributes
    protected
  111. def toString(): String
    Definition Classes
    Short → AnyRef → Any
    Annotations
    @inline()
  112. def unary_+: Int
    Attributes
    protected
  113. def unary_-: Int
    Attributes
    protected
  114. def unary_~: Int
    Attributes
    protected
  115. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  116. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  117. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  118. def |(x: scala.Long): scala.Long
    Attributes
    protected
  119. def |(x: Int): Int
    Attributes
    protected
  120. def |(x: Char): Int
    Attributes
    protected
  121. def |(x: scala.Short): Int
    Attributes
    protected
  122. def |(x: scala.Byte): Int
    Attributes
    protected

Inherited from Constable

Inherited from Comparable[Short]

Inherited from Number

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped