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. |
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(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. |
Modifier and Type | Class and Description |
---|---|
class |
SynchronizedQueue<E>
Decorates another
Queue to synchronize its behaviour for a multi-threaded environment. |
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.