test.edu.uci.ics.jung.graph.impl
Class ForceGC

java.lang.Object
  extended by test.edu.uci.ics.jung.graph.impl.ForceGC

public class ForceGC
extends Object

Dummy class just provides methods that force, force I say garbage collection. Which is tough with java. from http://www.javaworld.com/javatips/jw-javatip130_p.html

Author:
danyelf

Constructor Summary
ForceGC()
           
 
Method Summary
static void gc()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForceGC

public ForceGC()
Method Detail

gc

public static void gc()
               throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception