Package 

Class GarbageCollector


  • 
    public class GarbageCollector
    
                        

    "Garbage Collector" tool The principles are: * it runs smoothly and asynchronously * only one execution at the same time

    • Method Summary

      Modifier and Type Method Description
      boolean gc()
      boolean isRunning()
      • Methods inherited from class java.lang.Object

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

      • GarbageCollector

        GarbageCollector(Runnable pAction)