|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.util.CopyUtils
public final class CopyUtils
| Constructor Summary | |
|---|---|
CopyUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
copy(E object)
Copy the passed object. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyUtils()
| Method Detail |
|---|
public static final <E> E copy(E object)
E - the type of object to be copied.object - the object to be copied, can be null.
object, or null if object was
null.
java.lang.IllegalStateException - if the object can't be copied.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||