Class SynchronizedIntCharMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntCharMap
All Implemented Interfaces:
Serializable, CharIterable, CharValuesMap, IntCharMap, MutableCharValuesMap, MutableIntCharMap, PrimitiveIterable

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

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

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