Package | Description |
---|---|
org.apache.commons.collections.bag | |
org.apache.commons.collections.buffer |
This package contains implementations of the
Buffer interface. |
org.apache.commons.collections.list |
This package contains implementations of the
List interface. |
org.apache.commons.collections.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedBag |
Decorates another
Bag to synchronize its behaviour
for a multi-threaded environment. |
class |
SynchronizedSortedBag |
Decorates another
SortedBag to synchronize its behaviour
for a multi-threaded environment. |
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. |
class |
SynchronizedBuffer |
Decorates another
Buffer to synchronize its behaviour
for a multi-threaded environment. |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedList |
Decorates another
List to synchronize its behaviour
for a multi-threaded environment. |
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedSet |
Decorates another
Set to synchronize its behaviour for a
multi-threaded environment. |
class |
SynchronizedSortedSet |
Decorates another
SortedSet to synchronize its behaviour
for a multi-threaded environment. |
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.