Scala Library Documentation
|
|
scala/compat/Platform.scala
]
object
Platform
extends
AnyRefType Summary | |
type
|
ConcurrentModificationException |
type
|
StackOverflowError |
Value Summary | |
val
|
EOL : 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 : Class, length : Int) : AnyRef
Create array of the same type as arrayInstance with the given
length.
|
def
|
currentTime : Long |
def
|
getClassForName (name : String) : Class |
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 |
src -
..srcPos -
..dest -
..destPos -
..length -
..elemClass -
..length -
..
def
currentTime : Long
def
collectGarbage : Unit
Scala Library Documentation
|
|