Class SynchronizedShortSet

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedShortCollection
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSet
All Implemented Interfaces:
Serializable, MutableShortCollection, PrimitiveIterable, MutableShortSet, ShortSet, ShortIterable

public class SynchronizedShortSet
extends AbstractSynchronizedShortCollection
implements MutableShortSet
A synchronized view of a MutableShortSet. 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 synchronizedPrimitiveSet.stg.

Since:
3.1.
See Also:
MutableShortSet.asSynchronized(), MutableSet.asSynchronized(), Serialized Form