Class SynchronizedIntFloatMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntFloatMap
All Implemented Interfaces:
Serializable, FloatIterable, FloatValuesMap, IntFloatMap, MutableFloatValuesMap, MutableIntFloatMap, PrimitiveIterable

public class SynchronizedIntFloatMap
extends Object
implements MutableIntFloatMap, Serializable
A synchronized view of a MutableIntFloatMap. It is imperative that the user manually synchronize on the collection when iterating over it using the MutableFloatIterator as per Collections.synchronizedCollection(Collection).

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

Since:
3.1.
See Also:
MutableIntFloatMap.asSynchronized(), MutableMap.asSynchronized(), Serialized Form