|
Scala 2.3.2
|
sealed abstract class
Int
extends
scala.AnyVal
Class Int
belongs to the value
classes whose instances are not represented as objects by the
underlying host system. All value classes inherit from class
AnyVal
.
Values MAX_INT
and MIN_INT
are in defined in object scala.compat.Math.