net.sf.jasperreports.engine.util
public final class JRCloneUtils extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
public static java.lang.Object nullSafeClone(JRCloneable original)
original
- the object to be clonednull
if the argument was
null
public static java.util.List cloneList(java.util.List items)
JRCloneable
.items
- the list to clone© 2001-2010 Jaspersoft Corporation www.jaspersoft.com