Class SynchronizedCharLongMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharLongMap
All Implemented Interfaces:
Serializable, LongIterable, CharLongMap, LongValuesMap, MutableCharLongMap, MutableLongValuesMap, PrimitiveIterable

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