Class SynchronizedLongBag

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedLongCollection
org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedLongBag
All Implemented Interfaces:
Serializable, LongBag, MutableLongBag, MutableLongCollection, LongIterable, PrimitiveIterable

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

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

Since:
3.1.
See Also: