| Package | Description |
|---|---|
| org.apache.commons.collections4.bag | |
| org.apache.commons.collections4.collection |
This package contains implementations of the
Collection interface.
|
| org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedBag<E>
Decorates another
Bag to synchronize its behaviour for a multi-threaded environment.
|
class |
SynchronizedSortedBag<E>
Decorates another
SortedBag to synchronize its behaviour for a multi-threaded environment.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SynchronizedCollection |
SynchronizedCollection.synchronizedCollection(Collection
Factory method to create a synchronized collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedMultiSet<E>
Decorates another
MultiSet to synchronize its behaviour for a multi-threaded environment.
|