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 theBufferinterface. -
-
Uses of SynchronizedBuffer in org.apache.commons.collections.buffer
Subclasses of SynchronizedBuffer in org.apache.commons.collections.buffer Modifier and Type Class Description classBlockingBufferDecorates anotherBufferto makeBlockingBuffer.get()andBlockingBuffer.remove()block when theBufferis empty.classBoundedBufferDecorates anotherBufferto ensure a fixed maximum size.
-