|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Copier
Copier exists to provide one static method, maybeClone which makes a clone of its argument, or returns the argument itself if not.
| Field Summary | |
(package private) static java.lang.Object[] |
args
|
(package private) static java.lang.Class[] |
noArgs
|
| Constructor Summary | |
(package private) |
Copier()
|
| Method Summary | |
(package private) static java.lang.Object |
maybeClone(java.lang.Object ob)
Copies an Object, as far as that is possible. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static java.lang.Class[] noArgs
static java.lang.Object[] args
| Constructor Detail |
Copier()
| Method Detail |
static java.lang.Object maybeClone(java.lang.Object ob)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||