Class SynchronizedDoubleIntMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleIntMap
All Implemented Interfaces:
Serializable, IntIterable, DoubleIntMap, IntValuesMap, MutableDoubleIntMap, MutableIntValuesMap, PrimitiveIterable

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

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

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