Uses of Class
org.apache.commons.collections.buffer.SynchronizedBuffer
-
Packages that use SynchronizedBuffer Package Description org.apache.commons.collections.buffer This package contains implementations of theBuffer
interface. -
-
Uses of SynchronizedBuffer in org.apache.commons.collections.buffer
Subclasses of SynchronizedBuffer in org.apache.commons.collections.buffer Modifier and Type Class Description class
BlockingBuffer
Decorates anotherBuffer
to makeBlockingBuffer.get()
andBlockingBuffer.remove()
block when theBuffer
is empty.class
BoundedBuffer
Decorates anotherBuffer
to ensure a fixed maximum size.
-