Uses of Package
org.apache.commons.collections.buffer
-
Packages that use org.apache.commons.collections.buffer Package Description org.apache.commons.collections.buffer This package contains implementations of theBuffer
interface. -
Classes in org.apache.commons.collections.buffer used by org.apache.commons.collections.buffer Class Description AbstractBufferDecorator Decorates anotherBuffer
to provide additional behaviour.BoundedBuffer Decorates anotherBuffer
to ensure a fixed maximum size.BoundedFifoBuffer The BoundedFifoBuffer is a very efficient implementation ofBuffer
that is of a fixed size.SynchronizedBuffer Decorates anotherBuffer
to synchronize its behaviour for a multi-threaded environment.