Class SynchronizedCharShortMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharShortMap
All Implemented Interfaces:
Serializable, CharShortMap, MutableCharShortMap, MutableShortValuesMap, ShortValuesMap, PrimitiveIterable, ShortIterable

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

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

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