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.
|
Copyright © 2001–2017 JFree.org. All rights reserved.