2010 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 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.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.