Class SynchronizedObjectDoubleMap<K>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectDoubleMap<K>
All Implemented Interfaces:
Serializable, DoubleIterable, MutableObjectDoubleMap<K>, ObjectDoubleMap<K>, PrimitiveIterable

public class SynchronizedObjectDoubleMap<K>
extends Object
implements MutableObjectDoubleMap<K>, Serializable
A synchronized view of a MutableObjectDoubleMap. It is imperative that the user manually synchronize on the collection when iterating over it using the DoubleIterator as per Collections.synchronizedCollection(Collection).

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

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