Uses of Class
org.apache.commons.collections.buffer.BoundedBuffer
-
Packages that use BoundedBuffer Package Description org.apache.commons.collections.buffer This package contains implementations of theBuffer
interface. -
-
Uses of BoundedBuffer in org.apache.commons.collections.buffer
Methods in org.apache.commons.collections.buffer that return BoundedBuffer Modifier and Type Method Description static BoundedBuffer
BoundedBuffer. decorate(Buffer buffer, int maximumSize)
Factory method to create a bounded buffer.static BoundedBuffer
BoundedBuffer. decorate(Buffer buffer, int maximumSize, long timeout)
Factory method to create a bounded buffer that blocks for a maximum amount of time.
-