|
Scala 2.4.0-final
|
class
BoxedInt
extends
scala.runtime.BoxedNumber
Class BoxedInt
implements the
boxing/unboxing from/to value types.
Boxing and unboxing enable value types to be treated as objects; they provide a unified view of the type system wherein a value of any type can ultimately be treated as an object.
Def Summary | |
def
byteValue : scala.Byte
|
|
def
shortValue : scala.Short
|
|
def
charValue : scala.Char
|
|
def
intValue : scala.Int
|
|
def
longValue : scala.Long
|
|
def
floatValue : scala.Float
|
|
def
doubleValue : scala.Double
|
|
def
equals (scala.Any): scala.Boolean
|
|
def
hashCode : scala.Int
|
|
def
toString : java.lang.String
|