|
Scala
1.4.0.3 |
|||
Method Summary | |
abstract
|
def byteValue(): Byte
|
abstract
|
def charValue(): Char
|
abstract
|
def doubleValue(): Double
|
abstract
|
def floatValue(): Float
|
abstract
|
def intValue(): Int
|
abstract
|
def longValue(): Long
|
abstract
|
def shortValue(): Short
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Method Detail |
abstract def byteValue(): Byte
abstract def shortValue(): Short
abstract def charValue(): Char
abstract def intValue(): Int
abstract def longValue(): Long
abstract def floatValue(): Float
abstract def doubleValue(): Double
|
Scala
1.4.0.3 |
|||