| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | CheneyCollectorThe classic two-space Cheney garbage collector. | 
|  class | Lisp2CollectorCollector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins. | 
|  class | Lisp2GenerationalCollectorA 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" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||