UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Class
edu.berkeley.guir.lib.collection.ObjectPool

Packages that use ObjectPool
edu.berkeley.guir.lib.collection Various collections that aren't provided by Java 1.2. 
edu.berkeley.guir.lib.satin Sketch and Transformational INfrastructure is a toolkit for creating informal sketch-based user interfaces. 
 

Uses of ObjectPool in edu.berkeley.guir.lib.collection
 

Methods in edu.berkeley.guir.lib.collection that return ObjectPool
static ObjectPool ObjectPool.synchronizedObjectPool(ObjectPool p)
          Get a synchronized object pool.
static ObjectPool ObjectPool.allocatingObjectPool(ObjectPool p)
          Get an object pool that isn't really an object pool, but allocates new objects.
 

Methods in edu.berkeley.guir.lib.collection with parameters of type ObjectPool
static ObjectPool ObjectPool.synchronizedObjectPool(ObjectPool p)
          Get a synchronized object pool.
static ObjectPool ObjectPool.allocatingObjectPool(ObjectPool p)
          Get an object pool that isn't really an object pool, but allocates new objects.
 

Uses of ObjectPool in edu.berkeley.guir.lib.satin
 

Subclasses of ObjectPool in edu.berkeley.guir.lib.satin
static class SatinConstants.ObjectPoolAffineTransform
          Object pool of AffineTransform objects.
static class SatinConstants.ObjectPoolPoint2D
          Object pool of Point2D objects.
static class SatinConstants.ObjectPoolPolygon2D
          Object pool of Polygon2D objects.
static class SatinConstants.ObjectPoolRectangle2D
          Object pool of Rectangle2D objects.
static class SatinConstants.ObjectPoolStringBuffer
          Object pool of StringBuffer objects.
 

Fields in edu.berkeley.guir.lib.satin declared as ObjectPool
static ObjectPool SatinConstants.poolPoints
          Object pool of Point2D.
static ObjectPool SatinConstants.poolRects
          Object pool of Rectangle2D.
static ObjectPool SatinConstants.poolTx
          Object pool of AffineTransforms.
static ObjectPool SatinConstants.poolPolys
          Object pool of Polygon2D.
static ObjectPool SatinConstants.poolStrbuf
          Object pool of StringBuffers.
 


Copyright Information