Colt 1.0.2

Uses of Interface
edu.oswego.cs.dl.util.concurrent.BoundedChannel

Packages that use BoundedChannel
edu.oswego.cs.dl.util.concurrent Standardized, efficient utility classes commonly encountered in concurrent programming. 
edu.oswego.cs.dl.util.concurrent.misc   
 

Uses of BoundedChannel in edu.oswego.cs.dl.util.concurrent
 

Classes in edu.oswego.cs.dl.util.concurrent that implement BoundedChannel
 class BoundedBuffer
          Efficient array-based bounded buffer class.
 class BoundedLinkedQueue
          A bounded variant of LinkedQueue class.
 class BoundedPriorityQueue
          A heap-based priority queue, using semaphores for concurrency control.
 class SemaphoreControlledChannel
          Abstract class for channels that use Semaphores to control puts and takes.
 class Slot
          A one-slot buffer, using semaphores to control access.
 class SynchronousChannel
          [ Introduction to this package.
 

Uses of BoundedChannel in edu.oswego.cs.dl.util.concurrent.misc
 

Classes in edu.oswego.cs.dl.util.concurrent.misc that implement BoundedChannel
 class CVBuffer
           
 class FIFOSlot
           
 class PipedChannel
          A channel based on a java.io.PipedInputStream and java.io.PipedOutputStream.
 


Colt 1.0.2

Submit a bug or feature. Check the Colt home page for the latest news.