Home » concurrent-sources » EDU.oswego.cs.dl.util.concurrent.misc » [javadoc | source]
EDU.oswego.cs.dl.util.concurrent.misc
public class: CVBuffer [javadoc | source]
java.lang.Object
   EDU.oswego.cs.dl.util.concurrent.misc.CVBuffer

All Implemented Interfaces:
    BoundedChannel

Constructor:
 public CVBuffer() 
 public CVBuffer(int cap) 
Method from EDU.oswego.cs.dl.util.concurrent.misc.CVBuffer Summary:
capacity,   offer,   peek,   poll,   put,   take
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from EDU.oswego.cs.dl.util.concurrent.misc.CVBuffer Detail:
 public int capacity() 
 public boolean offer(Object x,
    long msecs) throws InterruptedException 
 public Object peek() 
 public Object poll(long msecs) throws InterruptedException 
 public  void put(Object x) throws InterruptedException 
 public Object take() throws InterruptedException