Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
EDU.oswego.cs.dl.util.concurrent.Puttable

Uses of Puttable in EDU.oswego.cs.dl.util.concurrent
 

Subinterfaces of Puttable in EDU.oswego.cs.dl.util.concurrent
 interface BoundedChannel
          A channel that is known to have a capacity, signifying that put operations may block when the capacity is reached.
 interface Channel
          Main interface for buffers, queues, pipes, conduits, etc.
 

Classes in EDU.oswego.cs.dl.util.concurrent that implement Puttable
 class BoundedBuffer
          Efficient array-based bounded buffer class.
 class LinkedQueue
          A linked list based channel implementation.
 class SynchronousChannel
          A rendezvous channel, similar to those used in CSP and Ada.