|
Scala 2.3.0
|
class
AnyRef
extends
scala.Any
Class AnyRef
is the root class of all
reference types.
Constructor Summary | |
def
this : java.lang.Object
|
Def Summary | |
def
this : java.lang.Object
|
|
def
getClass : java.lang.Class
|
|
def
hashCode : scala.Int
|
|
def
equals (scala.Any): scala.Boolean
|
|
def
clone : java.lang.Object
|
|
def
toString : java.lang.String
|
|
def
notify : scala.Unit
|
|
def
notifyAll : scala.Unit
|
|
def
wait (scala.Long): scala.Unit
|
|
def
wait (scala.Longscala.Int): scala.Unit
|
|
def
wait : scala.Unit
|
|
def
finalize : scala.Unit
|
|
def
== (java.lang.Object): scala.Boolean
|
|
def
!= (java.lang.Object): scala.Boolean
|
|
def
eq (java.lang.Object): scala.Boolean
|
|
def
ne (java.lang.Object): scala.Boolean
|
|
def
synchronized [T0]: (T0)T0
|
|
def
$isInstanceOf [T0]: ()scala.Boolean
|
|
def
$asInstanceOf [T0]: ()T0
|