in scala.runtime
class BoxedNumber

abstract <java> class BoxedNumber
extends java.lang.Object

Class BoxedNumber 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.


Constructor Summary
def this : scala.runtime.BoxedNumber
Def Summary
def this : scala.runtime.BoxedNumber
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