Package | Description |
---|---|
org.apache.commons.collections.buffer |
This package contains implementations of the
Buffer interface. |
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.
|
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.