Packages

object Integer extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Integer
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final val BYTES: Int(4)
  5. final val MAX_VALUE: Int(2147483647)
  6. final val MIN_VALUE: Int(-2147483648)
  7. final val SIZE: Int(32)
  8. final val TYPE: Class[scala.scalanative.runtime.PrimitiveInt](classOf[scala.scalanative.runtime.PrimitiveInt])
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bitCount(i: Int): Int
    Annotations
    @inline()
  11. def byteValue(i: Int): scala.Byte
    Annotations
    @inline()
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def compare(x: Int, y: Int): Int
    Annotations
    @inline()
  14. def compareUnsigned(x: Int, y: Int): Int
    Annotations
    @inline()
  15. def decode(nm: String): Integer
  16. def divideUnsigned(dividend: Int, divisor: Int): Int
    Annotations
    @inline()
  17. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getInteger(nm: String, v: Integer): Integer
  22. def getInteger(nm: String, v: Int): Integer
    Annotations
    @inline()
  23. def getInteger(nm: String): Integer
    Annotations
    @inline()
  24. def hashCode(value: Int): Int
    Annotations
    @inline()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def highestOneBit(i: Int): Int
    Annotations
    @inline()
  27. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  28. def lowestOneBit(i: Int): Int
    Annotations
    @inline()
  29. def max(a: Int, b: Int): Int
    Annotations
    @inline()
  30. def min(a: Int, b: Int): Int
    Annotations
    @inline()
  31. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def numberOfLeadingZeros(i: Int): Int
    Annotations
    @inline()
  35. def numberOfTrailingZeros(i: Int): Int
    Annotations
    @inline()
  36. def parseInt(s: String, radix: Int): Int
  37. def parseInt(s: String): Int
    Annotations
    @inline()
  38. def parseUnsignedInt(s: String, radix: Int): Int
  39. def parseUnsignedInt(s: String): Int
    Annotations
    @inline()
  40. def remainderUnsigned(dividend: Int, divisor: Int): Int
    Annotations
    @inline()
  41. def reverse(i: Int): Int
    Annotations
    @inline()
  42. def reverseBytes(i: Int): Int
    Annotations
    @inline()
  43. def rotateLeft(i: Int, distance: Int): Int
    Annotations
    @inline()
  44. def rotateRight(i: Int, distance: Int): Int
    Annotations
    @inline()
  45. def signum(i: Int): Int
    Annotations
    @inline()
  46. def sum(a: Int, b: Int): Int
    Annotations
    @inline()
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toBinaryString(i: Int): String
  49. def toHexString(i: Int): String
  50. def toOctalString(i: Int): String
  51. def toString(_i: Int, _radix: Int): String
  52. def toString(i: Int): String
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def toUnsignedLong(x: Int): scala.Long
    Annotations
    @inline()
  55. def toUnsignedString(_i: Int, _radix: Int): String
  56. def toUnsignedString(i: Int): String
    Annotations
    @inline()
  57. def valueOf(s: String, radix: Int): Integer
    Annotations
    @inline()
  58. def valueOf(s: String): Integer
    Annotations
    @inline()
  59. def valueOf(intValue: Int): Integer
    Annotations
    @inline()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped