Class SynchronizedDoubleSet

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedDoubleCollection
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSet
All Implemented Interfaces:
Serializable, MutableDoubleCollection, DoubleIterable, PrimitiveIterable, DoubleSet, MutableDoubleSet

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

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

Since:
3.1.
See Also: