| Package | Description |
|---|---|
| org.apache.commons.collections.buffer |
This package contains implementations of the
Buffer interface. |
| Class and Description |
|---|
| AbstractBufferDecorator
Decorates another
Buffer to provide additional behaviour. |
| BoundedBuffer
Decorates another
Buffer to ensure a fixed maximum size. |
| BoundedFifoBuffer
The BoundedFifoBuffer is a very efficient implementation of
Buffer that is of a fixed size. |
| SynchronizedBuffer
Decorates another
Buffer to synchronize its behaviour
for a multi-threaded environment. |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.