Class SynchronizedDoubleShortMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleShortMap
All Implemented Interfaces:
Serializable, DoubleShortMap, MutableDoubleShortMap, MutableShortValuesMap, ShortValuesMap, PrimitiveIterable, ShortIterable

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

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

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