Scala 2.7.4.final API

This document is the API specification for Scala Library

Class Summary
class DynamicVariable [T](init : T) extends AnyRef
class Random (val self : java.util.Random) extends AnyRef
class RichSorting [K <: Ordered[K]](s : Seq[K]) extends AnyRef
Object Summary
object Marshal extends AnyRef
Marshalling of Scala objects using Scala manifests.
object Properties extends AnyRef
A utility to load the library properties from a Java properties file included in the jar.
object Sorting extends AnyRef