Uses of Class
org.apache.commons.collections.buffer.SynchronizedBuffer
Packages that use SynchronizedBuffer
-
Uses of SynchronizedBuffer in org.apache.commons.collections.buffer
Subclasses of SynchronizedBuffer in org.apache.commons.collections.bufferModifier and TypeClassDescriptionclass
Decorates anotherBuffer
to makeBlockingBuffer.get()
andBlockingBuffer.remove()
block when theBuffer
is empty.class
Decorates anotherBuffer
to ensure a fixed maximum size.