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
Bufferto provide additional behaviour.Decorates anotherBufferto ensure a fixed maximum size.The BoundedFifoBuffer is a very efficient implementation ofBufferthat is of a fixed size.Decorates anotherBufferto synchronize its behaviour for a multi-threaded environment.