scala.compat
Platform
object
Platform extends AnyRef
Type Members
-
type
ConcurrentModificationException = ConcurrentModificationException
-
type
StackOverflowError = StackOverflowError
Value Members
-
val
EOL: String
-
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[_], length: Int): AnyRef
-
def
currentTime: Long
-
def
defaultCharsetName: String
-
def
equals(arg0: Any): Boolean
-
def
getClassForName(name: String): java.lang.Class[_]
-
def
hashCode(): Int
-
def
toString(): String