Class SynchronizedDoubleCharMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleCharMap
All Implemented Interfaces:
Serializable, CharIterable, CharValuesMap, DoubleCharMap, MutableCharValuesMap, MutableDoubleCharMap, PrimitiveIterable

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

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

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