public class CloneUtils extends Object
Constructor and Description |
---|
CloneUtils() |
Modifier and Type | Method and Description |
---|---|
static List<?> |
cloneList(List<?> source)
Returns a list containing cloned copies of the items in the source
list.
|
static Map |
cloneMapValues(Map source)
Returns a new map that contains the same keys and cloned copied of the
values.
|
Jas4pp 1.5 © Java Analysis Studio for Particle Physics