Class SynchronizedFloatBag

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedFloatCollection
org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedFloatBag
All Implemented Interfaces:
Serializable, FloatBag, MutableFloatBag, MutableFloatCollection, FloatIterable, PrimitiveIterable

public class SynchronizedFloatBag
extends AbstractSynchronizedFloatCollection
implements MutableFloatBag
A synchronized view of a MutableFloatBag. 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 synchronizedPrimitiveBag.stg.

Since:
3.1.
See Also:
MutableFloatBag.asSynchronized(), MutableBag.asSynchronized(), Serialized Form