Class SynchronizedFloatList

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedFloatCollection
org.eclipse.collections.impl.list.mutable.primitive.SynchronizedFloatList
All Implemented Interfaces:
Serializable, MutableFloatCollection, FloatIterable, FloatList, MutableFloatList, OrderedFloatIterable, ReversibleFloatIterable, PrimitiveIterable

public class SynchronizedFloatList extends AbstractSynchronizedFloatCollection implements MutableFloatList
A synchronized view of a MutableFloatList. It is imperative that the user manually synchronize on the on the collection when iterating over it using an iterator or stream.

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

Since:
3.1.
See Also: