| Package | Description |
|---|---|
| org.apache.commons.collections4.bag |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizedSortedBag<E>
Decorates another
SortedBag to synchronize its behaviour for a multi-threaded environment.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> SynchronizedBag |
SynchronizedBag.synchronizedBag(Bag
Factory method to create a synchronized bag.
|