"

2013 FRC Java API

"

com.sun.squawk
Class CheneyCollector

java.lang.Object
  extended by com.sun.squawk.GarbageCollector
      extended by com.sun.squawk.CheneyCollector
All Implemented Interfaces:
GlobalStaticFields

public final class CheneyCollector
extends GarbageCollector

The classic two-space Cheney garbage collector.


Field Summary
 
Fields inherited from class com.sun.squawk.GarbageCollector
NATIVE_GC_ONLY, numBytesLastScanned, references
 
Method Summary
 
Methods inherited from class com.sun.squawk.GarbageCollector
getBytesAllocatedSinceLastGC, getBytesAllocatedTotal, getBytesFreedTotal, getBytesLastFreed, getBytesLastScanned, getLastGCTime, getMaxFullGCTime, getMaxGCTime, getMaxPartialGCTime, getTotalFullGCTime, getTotalGCTime, getTotalPartialGCTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"