Package | Description |
---|---|
org.apache.commons.collections.buffer |
This package contains implementations of the
Buffer interface. |
Modifier and Type | Method and Description |
---|---|
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–2015 The Apache Software Foundation. All rights reserved.