Class SynchronizedDoubleBag

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedDoubleCollection
org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedDoubleBag
All Implemented Interfaces:
Serializable, DoubleBag, MutableDoubleBag, MutableDoubleCollection, DoubleIterable, PrimitiveIterable

public class SynchronizedDoubleBag extends AbstractSynchronizedDoubleCollection implements MutableDoubleBag
A synchronized view of a MutableDoubleBag. It is imperative that the user manually synchronize on the collection when iterating over it using the DoubleIterator, as per Collections.synchronizedCollection(Collection).

This file was automatically generated from template file synchronizedPrimitiveBag.stg.

Since:
3.1.
See Also: