Class SynchronizedIntLongMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntLongMap
All Implemented Interfaces:
Serializable, LongIterable, IntLongMap, LongValuesMap, MutableIntLongMap, MutableLongValuesMap, PrimitiveIterable

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