Class SynchronizedDoubleDoubleMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleDoubleMap
All Implemented Interfaces:
Serializable, DoubleIterable, DoubleDoubleMap, DoubleValuesMap, MutableDoubleDoubleMap, MutableDoubleValuesMap, PrimitiveIterable

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