|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.wpi.cs.dsrg.utils.DeepCopyMaker
This class is make a deep copy for given object.
Method Summary | |
static boolean |
isDebug()
Get the value of the propertity 'DEBUG_DeepCopyMaker'. |
static java.lang.Object |
makeDeepCopy(java.lang.Object obj2DeepCopy)
Doing deep copy using given object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static boolean isDebug()
public static java.lang.Object makeDeepCopy(java.lang.Object obj2DeepCopy)
obj2DeepCopy
- The source object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |