frysk.sys
Class GarbageCollect.Garbage

java.lang.Object
  extended by frysk.sys.GarbageCollect.Garbage
Enclosing class:
GarbageCollect

private static class GarbageCollect.Garbage
extends Object

Variable to flag that the garbage collector; or at least finalize was run.


Field Summary
(package private) static boolean collected
           
 
Constructor Summary
private GarbageCollect.Garbage()
           
 
Method Summary
(package private) static void create()
           
protected  void finalize()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collected

static volatile boolean collected
Constructor Detail

GarbageCollect.Garbage

private GarbageCollect.Garbage()
Method Detail

create

static void create()

finalize

protected void finalize()
Overrides:
finalize in class Object