Class SynchronizedIntShortMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedIntShortMap
All Implemented Interfaces:
Serializable, IntShortMap, MutableIntShortMap, MutableShortValuesMap, ShortValuesMap, PrimitiveIterable, ShortIterable

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