Uses of Class
org.apache.commons.collections.collection.SynchronizedCollection
-
Packages that use SynchronizedCollection Package Description org.apache.commons.collections.bag org.apache.commons.collections.buffer This package contains implementations of theBufferinterface.org.apache.commons.collections.list This package contains implementations of theListinterface.org.apache.commons.collections.set This package contains implementations of theSetandSortedSetinterfaces. -
-
Uses of SynchronizedCollection in org.apache.commons.collections.bag
Subclasses of SynchronizedCollection in org.apache.commons.collections.bag Modifier and Type Class Description classSynchronizedBagDecorates anotherBagto synchronize its behaviour for a multi-threaded environment.classSynchronizedSortedBagDecorates 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.buffer Modifier and Type Class Description classBlockingBufferDecorates anotherBufferto makeBlockingBuffer.get()andBlockingBuffer.remove()block when theBufferis empty.classBoundedBufferDecorates anotherBufferto ensure a fixed maximum size.classSynchronizedBufferDecorates 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.list Modifier and Type Class Description classSynchronizedListDecorates 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.set Modifier and Type Class Description classSynchronizedSetDecorates anotherSetto synchronize its behaviour for a multi-threaded environment.classSynchronizedSortedSetDecorates anotherSortedSetto synchronize its behaviour for a multi-threaded environment.
-