Uses of Interface
org.biojava.utils.ThreadPool

Packages that use ThreadPool
org.biojava.bio.molbio The classes and interfaces in this package cover common molecular biological techniques such as restriction digests and PCR. 
org.biojava.utils Miscellaneous utility classes used by other BioJava components. 
 

Uses of ThreadPool in org.biojava.bio.molbio
 

Constructors in org.biojava.bio.molbio with parameters of type ThreadPool
RestrictionMapper(ThreadPool threadPool)
          Creates a new RestrictionMapper which will use the specified ThreadPool.
 

Uses of ThreadPool in org.biojava.utils
 

Classes in org.biojava.utils that implement ThreadPool
 class SimpleThreadPool
          SimpleThreadPool is a basic implementation of ThreadPool for use where we don't wish to introduce a dependency on a 3rd-party pool.