|
Scala
1.2.0.1 |
|||
Any
to another object x
.
Please note that only those methods can be forwarded that are
overridable and public.
Method Summary | |
override
|
def equals(y: Any): Boolean
|
override
|
def hashCode(): Int
|
override
|
def toString(): String
|
Methods inherited from java/lang/Object-class |
clone, eq, finalize, getClass, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Method Detail |
override def hashCode(): Int
override def equals(y: Any): Boolean
override def toString(): String
|
Scala
1.2.0.1 |
|||