Documentation of 'org.jfree.chart.util.CloneUtils' Java class
CloneUtils
org.jfree.chart.util

Class CloneUtils



  • public class CloneUtils
    extends java.lang.Object
    Utilities for cloning.
    Since:
    1.0.18
    • Constructor Summary

      Constructors 
      Constructor and Description
      CloneUtils() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.util.List<?> cloneList(java.util.List<?> source)
      Returns a list containing cloned copies of the items in the source list.
      static java.util.Map cloneMapValues(java.util.Map source)
      Returns a new map that contains the same keys and cloned copied of the values.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CloneUtils

        public CloneUtils()
    • Method Detail

      • cloneList

        public static java.util.List<?> cloneList(java.util.List<?> source)
        Returns a list containing cloned copies of the items in the source list.
        Parameters:
        source - the source list (null not permitted).
        Returns:
        A new list.
      • cloneMapValues

        public static java.util.Map cloneMapValues(java.util.Map source)
        Returns a new map that contains the same keys and cloned copied of the values.
        Parameters:
        source - the source map (null not permitted).
        Returns:
        A new map.
        Since:
        1.0.18

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.