Package | Description |
---|---|
org.apache.commons.collections4.bag | |
org.apache.commons.collections4.collection |
This package contains implementations of the
Collection 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.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.