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 TypeClassDescriptionclassDecorates anotherBagto synchronize its behaviour for a multi-threaded environment.classDecorates anotherSortedBagto 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 TypeClassDescriptionclassDecorates anotherBufferto makeBlockingBuffer.get()andBlockingBuffer.remove()block when theBufferis empty.classDecorates anotherBufferto ensure a fixed maximum size.classDecorates anotherBufferto 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 TypeClassDescriptionclassDecorates anotherListto 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 TypeClassDescriptionclassDecorates anotherSetto synchronize its behaviour for a multi-threaded environment.classDecorates anotherSortedSetto synchronize its behaviour for a multi-threaded environment.