Class SynchronizedCharDoubleMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharDoubleMap
All Implemented Interfaces:
Serializable, DoubleIterable, CharDoubleMap, DoubleValuesMap, MutableCharDoubleMap, MutableDoubleValuesMap, PrimitiveIterable

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