"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.GarbageCollector

Packages that use GarbageCollector
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
 

Uses of GarbageCollector in com.sun.squawk
 

Subclasses of GarbageCollector in com.sun.squawk
 class CheneyCollector
          The classic two-space Cheney garbage collector.
 class Lisp2Collector
          Collector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins.
 class Lisp2GenerationalCollector
          A collector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins.
 

Methods in com.sun.squawk that return GarbageCollector
static GarbageCollector GC.getCollector()
          Gets a reference to the installed collector.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"