Uses of Interface
org.egothor.util.thread.Pool.Queue

Packages that use Pool.Queue
org.egothor.util.thread This package contains thread pools which can be used for smart management of threads. 
 

Uses of Pool.Queue in org.egothor.util.thread
 

Fields in org.egothor.util.thread declared as Pool.Queue
protected  Pool.Queue Pool.queue
          Description of the Field
 

Methods in org.egothor.util.thread with parameters of type Pool.Queue
protected  void Pool.initialize(Pool.Queue queue)