Class SynchronizedDoubleLongMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedDoubleLongMap
All Implemented Interfaces:
Serializable, LongIterable, DoubleLongMap, LongValuesMap, MutableDoubleLongMap, MutableLongValuesMap, PrimitiveIterable

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

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

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