Uses of Package
org.apache.commons.collections.buffer
Packages that use org.apache.commons.collections.buffer
-
Classes in org.apache.commons.collections.buffer used by org.apache.commons.collections.bufferClassDescriptionDecorates another
Buffer
to provide additional behaviour.Decorates anotherBuffer
to ensure a fixed maximum size.The BoundedFifoBuffer is a very efficient implementation ofBuffer
that is of a fixed size.Decorates anotherBuffer
to synchronize its behaviour for a multi-threaded environment.