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 and
SortedMultiSet interfaces. |
Modifier and Type | Class | 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 | Description |
---|---|---|
static <T> SynchronizedCollection<T> |
SynchronizedCollection.synchronizedCollection(java.util.Collection<T> coll) |
Factory method to create a synchronized collection.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SynchronizedMultiSet<E> |
Decorates another
MultiSet to synchronize its behaviour
for a multi-threaded environment. |
Copyright © 2001-2019 - Apache Software Foundation