Class SynchronizedShortCharMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortCharMap
All Implemented Interfaces:
Serializable, CharIterable, CharValuesMap, MutableCharValuesMap, MutableShortCharMap, ShortCharMap, PrimitiveIterable

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