|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.uwyn.rife.continuations.util.ObjectUtils
| Constructor Summary | |
ObjectUtils()
|
|
| Method Summary | |
static Object |
deepClone(Object object)
Try to create a deep clone of the provides object. |
static Object |
genericClone(Object object)
Clone an Object if possible. |
static Class |
getBaseClass(Object object)
This routine returns the base class of an object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectUtils()
| Method Detail |
public static Object genericClone(Object object)
object - The object to be cloned.
null if the cloning failed; or
the cloned Object instance.
public static Object deepClone(Object object)
throws CloneNotSupportedException
genericClone will be used instead.
object - The object to be copied.
CloneNotSupportedExceptionpublic static Class getBaseClass(Object object)
object - The object whose base class you want to retrieve.
|
RIFE Project Page | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||