Class SynchronizedIntBag

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedIntCollection
org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedIntBag
All Implemented Interfaces:
Serializable, IntBag, MutableIntBag, MutableIntCollection, IntIterable, PrimitiveIterable

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

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

Since:
3.1.
See Also: