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