test.edu.uci.ics.jung.graph.impl
Class ForceGC
java.lang.Object
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
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 |
ForceGC
public ForceGC()
gc
public static void gc()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception