Scala Library
|
|
scala/compat/Platform.scala
]
object
Platform
extends
AnyRefType 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 |
Value Details |
Method Details |
def
arraycopy(src : AnyRef, srcPos : Int, dest : AnyRef, destPos : Int, length : Int) : Unit
src -
..srcPos -
..dest -
..destPos -
..length -
..
def
createArray(elemClass : java.lang.Class[Any], length : Int) : AnyRef
elemClass -
..length -
..
def
getClassForName(name : java.lang.String) : java.lang.Class[Any]
def
defaultCharsetName : java.lang.String
Scala Library
|
|