scala.compat

object Platform

[source: scala/compat/Platform.scala]

object Platform
extends AnyRef
Type Summary
type ConcurrentModificationException
type StackOverflowError
Value Summary
val EOL : java.lang.String
Method Summary
def arrayclear (arr : Array[Int]) : Unit
def arraycopy (src : AnyRef, srcPos : Int, dest : AnyRef, destPos : Int, length : Int) : Unit
def collectGarbage : Unit
def createArray (elemClass : java.lang.Class[Any], length : Int) : AnyRef
Create array of the same type as arrayInstance with the given length.
def currentTime : Long
def defaultCharsetName : java.lang.String
The name of the default character set encoding as a string
def getClassForName (name : java.lang.String) : java.lang.Class[Any]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Type Details
type StackOverflowError

type ConcurrentModificationException

Value Details
val EOL : java.lang.String

Method Details
def arraycopy(src : AnyRef, srcPos : Int, dest : AnyRef, destPos : Int, length : Int) : Unit
Parameters
src - ..
srcPos - ..
dest - ..
destPos - ..
length - ..

def createArray(elemClass : java.lang.Class[Any], length : Int) : AnyRef
Create array of the same type as arrayInstance with the given length.
Parameters
elemClass - ..
length - ..
Returns
..

def arrayclear(arr : Array[Int]) : Unit

def getClassForName(name : java.lang.String) : java.lang.Class[Any]

def currentTime : Long

def collectGarbage : Unit

def defaultCharsetName : java.lang.String
The name of the default character set encoding as a string