Class SynchronizedShortBag

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedShortCollection
org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedShortBag
All Implemented Interfaces:
Serializable, MutableShortBag, ShortBag, MutableShortCollection, PrimitiveIterable, ShortIterable

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

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

Since:
3.1.
See Also: