Package | Description |
---|---|
org.apache.commons.collections.buffer |
This package contains implementations of the
Buffer interface. |
Class | 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-2017 Apache Software Foundation. All Rights Reserved.