Class SynchronizedShortDoubleMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortDoubleMap
All Implemented Interfaces:
Serializable, DoubleIterable, DoubleValuesMap, MutableDoubleValuesMap, MutableShortDoubleMap, ShortDoubleMap, PrimitiveIterable

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