jist.runtime
Class Pool

java.lang.Object
  extended by jist.runtime.Pool
Direct Known Subclasses:
Pool.ArrayPool, Pool.ContinuationPool, Pool.EventPool

public abstract class Pool
extends java.lang.Object

Contains the various classes that pool objects for performance.

Since:
JIST1.0
Version:
$Id: Pool.java,v 1.6 2004/04/06 16:07:43 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Nested Class Summary
static class Pool.ArrayPool
          Implements an object pool for the massively used Object array objects.
static class Pool.ContinuationPool
          Implements an object pool for the massively used Continuation objects.
static class Pool.EventPool
          Implements an object pool for the massively used Event objects.
 
Constructor Summary
Pool()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pool

public Pool()