Package org.jfree.chart.util
Class CloneUtils
- java.lang.Object
-
- org.jfree.chart.util.CloneUtils
-
public class CloneUtils extends Object
Utilities for cloning.- Since:
- 1.0.18
-
-
Constructor Summary
Constructors Constructor Description CloneUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-