Class SynchronizedCharIntMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharIntMap
All Implemented Interfaces:
Serializable, IntIterable, CharIntMap, IntValuesMap, MutableCharIntMap, MutableIntValuesMap, PrimitiveIterable

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

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

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