Uses of Interface
org.openjena.atlas.lib.Pool

Packages that use Pool
org.openjena.atlas.lib   
 

Uses of Pool in org.openjena.atlas.lib
 

Classes in org.openjena.atlas.lib that implement Pool
 class PoolBase<T>
          A Pool of objects.
 class PoolFiniteBlocking<T>
           
 class PoolSync<T>
          Synchronization wrapper for a pool
 

Methods in org.openjena.atlas.lib that return Pool
static
<T> Pool<T>
PoolSync.create(Pool<T> pool)
           
 

Methods in org.openjena.atlas.lib with parameters of type Pool
static
<T> Pool<T>
PoolSync.create(Pool<T> pool)
           
 

Constructors in org.openjena.atlas.lib with parameters of type Pool
PoolSync(Pool<T> pool)
           
 



Licenced under the Apache License, Version 2.0