|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectwicket.util.lang.Objects
Object utilities.
| Method Summary | |
static java.lang.Object |
clone(java.lang.Object object)
Makes a deep clone of an object by serializing and deserializing it. |
static boolean |
equal(java.lang.Object a,
java.lang.Object b)
Returns true if a and b are equal. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static boolean equal(java.lang.Object a,
java.lang.Object b)
a - Object ab - Object b
public static java.lang.Object clone(java.lang.Object object)
object - The object to clone
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||