org.moyoman.framework
Class GCThread

java.lang.Object
  |
  +--org.moyoman.framework.GCThread
All Implemented Interfaces:
Runnable

class GCThread
extends Object
implements Runnable

This class performs garbage collection. The purpose of this is to allow calls to Scheduler.makeMove() or Scheduler.generateMove() to return more quickly.


Constructor Summary
(package private) GCThread()
           
 
Method Summary
 void run()
          Cause garbage collection to occur.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCThread

GCThread()
Method Detail

run

public void run()
Cause garbage collection to occur.

Specified by:
run in interface Runnable