Class SynchronizedFloatSet

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedFloatCollection
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedFloatSet
All Implemented Interfaces:
Serializable, MutableFloatCollection, FloatIterable, PrimitiveIterable, FloatSet, MutableFloatSet

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

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

Since:
3.1.
See Also: