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 interface. |
org.apache.commons.collections4.queue |
This package contains implementations for the
Queue interface. |
Modifier and Type | Class and Description |
---|---|
class |
SynchronizedBag<E>
Decorates another
Bag to synchronize its behaviour
for a multi-threaded environment. |
(package private) class |
SynchronizedBag.SynchronizedBagSet
Synchronized Set for the Bag class.
|
class |
SynchronizedSortedBag<E>
Decorates another
SortedBag to synchronize its behaviour
for a multi-threaded environment. |
Modifier and Type | Method and Description |
---|---|
static <T> SynchronizedCollection<T> |
SynchronizedCollection.synchronizedCollection(java.util.Collection<T> coll)
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. |
(package private) static class |
SynchronizedMultiSet.SynchronizedSet<T>
Synchronized Set for the MultiSet class.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronizedQueue<E>
Decorates another
Queue to synchronize its behaviour for a multi-threaded environment. |