Uses of Class
org.apache.commons.collections.buffer.BoundedBuffer

Packages that use BoundedBuffer
org.apache.commons.collections.buffer This package contains implementations of the Buffer interface. 
 

Uses of BoundedBuffer in org.apache.commons.collections.buffer
 

Methods in org.apache.commons.collections.buffer that return BoundedBuffer
static BoundedBuffer BoundedBuffer.decorate(Buffer buffer, int maximumSize)
          Factory method to create a bounded buffer.
static BoundedBuffer BoundedBuffer.decorate(Buffer buffer, int maximumSize, long timeout)
          Factory method to create a bounded buffer that blocks for a maximum amount of time.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.