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<E> |
SynchronizedBag.synchronizedBag(Bag<E> bag)
Factory method to create a synchronized bag.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.