Class SynchronizedDoubleFloatMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleFloatMap
All Implemented Interfaces:
Serializable, FloatIterable, DoubleFloatMap, FloatValuesMap, MutableDoubleFloatMap, MutableFloatValuesMap, PrimitiveIterable

public class SynchronizedDoubleFloatMap
extends Object
implements MutableDoubleFloatMap, Serializable
A synchronized view of a MutableDoubleFloatMap. 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:
MutableDoubleFloatMap.asSynchronized(), MutableMap.asSynchronized(), Serialized Form