Packagesekati.utils
Classpublic class ObjectUtil

Static class wrapping various Object utilities.



Public Methods
 MethodDefined by
  
ObjectUtil Static Constructor
ObjectUtil
  
clone(object:*):*
[static] Clone an Object (Deep Copying)
ObjectUtil
Constructor detail
ObjectUtil()constructor
public function ObjectUtil()

ObjectUtil Static Constructor

Method detail
clone()method
public static function clone(object:*):*

Clone an Object (Deep Copying)

Parameters
object:* — The Object to clone (Object is not a part of the displayList and object don't need arguments in constructor)

Returns
* — a clone of Object