|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.util.JRCloneUtils
public class JRCloneUtils
Cloning related utility methods.
Constructor Summary | |
---|---|
JRCloneUtils()
|
Method Summary | |
---|---|
static java.util.List |
cloneList(java.util.List items)
Clones a list of objects. |
static java.lang.Object |
nullSafeClone(JRCloneable original)
Clones an object after checking whether the argument is null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRCloneUtils()
Method Detail |
---|
public static java.lang.Object nullSafeClone(JRCloneable original)
original
- the object to be cloned
null
if the argument was
null
public static java.util.List cloneList(java.util.List items)
JRCloneable
.
items
- the list to clone
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |