scala.compat

Platform

object Platform extends AnyRef

Inherits

  1. AnyRef
  2. Any

Type Members

  1. type ConcurrentModificationException = ConcurrentModificationException

  2. type StackOverflowError = StackOverflowError

Value Members

  1. val EOL: String

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

  3. def arraycopy(src: AnyRef, srcPos: Int, dest: AnyRef, destPos: Int, length: Int): Unit

  4. def collectGarbage: Unit

  5. def createArray(elemClass: java.lang.Class[_], length: Int): AnyRef

    Create array of the same type as arrayInstance with the given length

  6. def currentTime: Long

  7. def defaultCharsetName: String

    The name of the default character set encoding as a string

  8. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

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

  10. def hashCode(): Int

    Returns a hash code value for the object

  11. def toString(): String

    Returns a string representation of the object