in scala/runtime
class BoxedInt

final class BoxedInt()
extends BoxedNumber

Field Summary
final val value: Int

Method Summary
final def !=(x0: Any): Boolean
final def ==(x0: Any): Boolean
final def byteValue(): Byte
final def charValue(): Char
final def doubleValue(): Double
final def equals(x0: Any): Boolean
final def floatValue(): Float
final def hashCode(): Int
final def intValue(): Int
final def longValue(): Long
final def shortValue(): Short
final def toString(): String

Methods inherited from java/lang/Object-class
clone, eq, finalize, getClass, ne, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from scala/Any-class
asInstanceOf, isInstanceOf, match

Field Detail

value

  final val value: Int
Method Detail

byteValue

  final def byteValue(): Byte

shortValue

  final def shortValue(): Short

charValue

  final def charValue(): Char

intValue

  final def intValue(): Int

longValue

  final def longValue(): Long

floatValue

  final def floatValue(): Float

doubleValue

  final def doubleValue(): Double

==

  final def ==(x0: Any): Boolean

!=

  final def !=(x0: Any): Boolean

equals

  final def equals(x0: Any): Boolean

hashCode

  final def hashCode(): Int

toString

  final def toString(): String