Class Summary | |
final class
|
BoxedAnyArray
(val length : Int) extends BoxedArray
Arrays created by
new Array[T](length) where T
is a type variable. |
abstract class
|
BoxedArray
extends Array0[Any]
A class representing |
final class
|
BoxedBooleanArray
(val value : Array[Boolean]) extends BoxedArray
|
final class
|
BoxedByteArray
(val value : Array[Byte]) extends BoxedArray
|
final class
|
BoxedCharArray
(val value : Array[Char]) extends BoxedArray
|
final class
|
BoxedDoubleArray
(val value : Array[Double]) extends BoxedArray
|
final class
|
BoxedFloatArray
(val value : Array[Float]) extends BoxedArray
|
final class
|
BoxedIntArray
(val value : Array[Int]) extends BoxedArray
|
final class
|
BoxedLongArray
(val value : Array[Long]) extends BoxedArray
|
final class
|
BoxedObjectArray
(val value : Array[AnyRef]) extends BoxedArray
|
final class
|
BoxedShortArray
(val value : Array[Short]) extends BoxedArray
|
class
|
NonLocalReturnException
[T](val key : AnyRef, val value : T) extends java.lang.RuntimeException with AnyRef
|
sealed abstract class
|
Nothing$
extends AnyRef
Dummy class which exist only to satisfy the JVM. It corresponds
to
scala.Nothing . If such type appears in method
signatures, it is erased to this one. |
sealed abstract class
|
Null$
extends AnyRef
Dummy class which exist only to satisfy the JVM. It corresponds
to
scala.Null . If such type appears in method
signatures, it is erased to this one. |
final class
|
RichBoolean
(x : Boolean) extends Proxy with Ordered[Boolean]
|
final class
|
RichByte
(x : Byte) extends Proxy with Ordered[Byte]
|
final class
|
RichChar
(x : Char) extends Proxy with Ordered[Char]
For example, in the following code object test extends Application { Console.println(
the implicit conversions are performed using the predefined view
|
final class
|
RichDouble
(x : Double) extends Proxy with Ordered[Double]
|
final class
|
RichException
(exc : java.lang.Throwable) extends AnyRef
|
final class
|
RichFloat
(x : Float) extends Proxy with Ordered[Float]
|
final class
|
RichInt
(start : Int) extends Proxy with Ordered[Int]
|
final class
|
RichLong
(x : Long) extends Proxy with Ordered[Long]
|
final class
|
RichShort
(start : Short) extends Proxy with Ordered[Short]
|
final class
|
RichString
(val self : java.lang.String) extends Proxy with RandomAccessSeq[Char] with Ordered[java.lang.String]
|
final class
|
RichStringBuilder
(val self : StringBuilder) extends Mutable[Char] with Proxy with Buffer[Char]
|
final class
|
StringAdd
(self : Any) extends AnyRef
|
Object Summary | |
object
|
RichString
extends AnyRef
|
object
|
ScalaRunTime
extends AnyRef
|
object
|
StringAdd
extends AnyRef
|