Class SynchronizedIntSet

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedIntCollection
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSet
All Implemented Interfaces:
Serializable, MutableIntCollection, IntIterable, PrimitiveIterable, IntSet, MutableIntSet

public class SynchronizedIntSet extends AbstractSynchronizedIntCollection implements MutableIntSet
A synchronized view of a MutableIntSet. 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 synchronizedPrimitiveSet.stg.

Since:
3.1.
See Also: