Uses of Class
org.apache.commons.collections.collection.SynchronizedCollection
Packages that use SynchronizedCollection
Package
Description
This package contains implementations of the
Buffer
interface.
This package contains implementations of the
List
interface.-
Uses of SynchronizedCollection in org.apache.commons.collections.bag
Subclasses of SynchronizedCollection in org.apache.commons.collections.bagModifier and TypeClassDescriptionclass
Decorates anotherBag
to synchronize its behaviour for a multi-threaded environment.class
Decorates anotherSortedBag
to synchronize its behaviour for a multi-threaded environment. -
Uses of SynchronizedCollection in org.apache.commons.collections.buffer
Subclasses of SynchronizedCollection in org.apache.commons.collections.bufferModifier and TypeClassDescriptionclass
Decorates anotherBuffer
to makeBlockingBuffer.get()
andBlockingBuffer.remove()
block when theBuffer
is empty.class
Decorates anotherBuffer
to ensure a fixed maximum size.class
Decorates anotherBuffer
to synchronize its behaviour for a multi-threaded environment. -
Uses of SynchronizedCollection in org.apache.commons.collections.list
Subclasses of SynchronizedCollection in org.apache.commons.collections.listModifier and TypeClassDescriptionclass
Decorates anotherList
to synchronize its behaviour for a multi-threaded environment. -
Uses of SynchronizedCollection in org.apache.commons.collections.set
Subclasses of SynchronizedCollection in org.apache.commons.collections.setModifier and TypeClassDescriptionclass
Decorates anotherSet
to synchronize its behaviour for a multi-threaded environment.class
Decorates anotherSortedSet
to synchronize its behaviour for a multi-threaded environment.