object Integer extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Integer
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final val BYTES: Int(4)
- final val MAX_VALUE: Int(2147483647)
- final val MIN_VALUE: Int(-2147483648)
- final val SIZE: Int(32)
- final val TYPE: Class[scala.scalanative.runtime.PrimitiveInt](classOf[scala.scalanative.runtime.PrimitiveInt])
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bitCount(i: Int): Int
- Annotations
- @inline()
- def byteValue(i: Int): scala.Byte
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compare(x: Int, y: Int): Int
- Annotations
- @inline()
- def compareUnsigned(x: Int, y: Int): Int
- Annotations
- @inline()
- def decode(nm: String): Integer
- def divideUnsigned(dividend: Int, divisor: Int): Int
- Annotations
- @inline()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getInteger(nm: String, v: Integer): Integer
- def getInteger(nm: String, v: Int): Integer
- Annotations
- @inline()
- def getInteger(nm: String): Integer
- Annotations
- @inline()
- def hashCode(value: Int): Int
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def highestOneBit(i: Int): Int
- Annotations
- @inline()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def lowestOneBit(i: Int): Int
- Annotations
- @inline()
- def max(a: Int, b: Int): Int
- Annotations
- @inline()
- def min(a: Int, b: Int): Int
- Annotations
- @inline()
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def numberOfLeadingZeros(i: Int): Int
- Annotations
- @inline()
- def numberOfTrailingZeros(i: Int): Int
- Annotations
- @inline()
- def parseInt(s: String, radix: Int): Int
- def parseInt(s: String): Int
- Annotations
- @inline()
- def parseUnsignedInt(s: String, radix: Int): Int
- def parseUnsignedInt(s: String): Int
- Annotations
- @inline()
- def remainderUnsigned(dividend: Int, divisor: Int): Int
- Annotations
- @inline()
- def reverse(i: Int): Int
- Annotations
- @inline()
- def reverseBytes(i: Int): Int
- Annotations
- @inline()
- def rotateLeft(i: Int, distance: Int): Int
- Annotations
- @inline()
- def rotateRight(i: Int, distance: Int): Int
- Annotations
- @inline()
- def signum(i: Int): Int
- Annotations
- @inline()
- def sum(a: Int, b: Int): Int
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBinaryString(i: Int): String
- def toHexString(i: Int): String
- def toOctalString(i: Int): String
- def toString(_i: Int, _radix: Int): String
- def toString(i: Int): String
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toUnsignedLong(x: Int): scala.Long
- Annotations
- @inline()
- def toUnsignedString(_i: Int, _radix: Int): String
- def toUnsignedString(i: Int): String
- Annotations
- @inline()
- def valueOf(s: String, radix: Int): Integer
- Annotations
- @inline()
- def valueOf(s: String): Integer
- Annotations
- @inline()
- def valueOf(intValue: Int): Integer
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()