|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SynchronizedCollection | |
---|---|
org.apache.commons.collections4.bag | This package contains implementations of the Bag and
SortedBag interfaces. |
org.apache.commons.collections4.collection | This package contains implementations of the
Collection interface. |
Uses of SynchronizedCollection in org.apache.commons.collections4.bag |
---|
Subclasses of SynchronizedCollection in org.apache.commons.collections4.bag | |
---|---|
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. |
Uses of SynchronizedCollection in org.apache.commons.collections4.collection |
---|
Methods in org.apache.commons.collections4.collection that return SynchronizedCollection | ||
---|---|---|
static
|
SynchronizedCollection.synchronizedCollection(Collection<T> coll)
Factory method to create a synchronized collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |