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

Uses in package org.apache.commons.collections.buffer

Methods with return type org.apache.commons.collections.buffer.BoundedBuffer

BoundedBuffer
BoundedBuffer.decorate(Buffer buffer, int maximumSize)
Factory method to create a bounded buffer.
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-2006 Apache Software Foundation. All Rights Reserved.