Packagesekati.utils
Classpublic class GarbageCollector

GarbageCollector provides hacks to control the GC. Implement this class sparingly: most methods are unsupported, unofficial and resource/cpu hogs: best used for testing during development.



Public Methods
 MethodDefined by
  
GarbageCollector Static Constructor
GarbageCollector
  
run():void
[static] Force the Garbage Collector to run a full Mark-Sweep: avoid using in production.
GarbageCollector
Constructor detail
GarbageCollector()constructor
public function GarbageCollector()

GarbageCollector Static Constructor

Method detail
run()method
public static function run():void

Force the Garbage Collector to run a full Mark-Sweep: avoid using in production.

See also