|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tdk.signaturetest.util.SwissKnife
public class SwissKnife
Constructor Summary | |
---|---|
SwissKnife()
|
Method Summary | |
---|---|
static boolean |
equals(java.lang.Object x,
java.lang.Object y)
Determines whether the object x is equal to
object y . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SwissKnife()
Method Detail |
---|
public static boolean equals(java.lang.Object x, java.lang.Object y)
x
is equal to
object y
. If (x
== null
) and
(y
== null
) the result is true.
x
- - first comparable object, may by null
y
- - second comparable object, may by null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |