Package | Description |
---|---|
org.apache.commons.collections.buffer |
This package contains implementations of the
Buffer interface. |
Modifier and Type | Class | Description |
---|---|---|
class |
BlockingBuffer |
Decorates another
Buffer to make BlockingBuffer.get() and
BlockingBuffer.remove() block when the Buffer is empty. |
class |
BoundedBuffer |
Decorates another
Buffer to ensure a fixed maximum size. |
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.