Class SynchronizedFloatDoubleMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatDoubleMap
All Implemented Interfaces:
Serializable, DoubleIterable, DoubleValuesMap, FloatDoubleMap, MutableDoubleValuesMap, MutableFloatDoubleMap, PrimitiveIterable

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

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

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