Class SynchronizedShortLongMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedShortLongMap
All Implemented Interfaces:
Serializable, LongIterable, LongValuesMap, MutableLongValuesMap, MutableShortLongMap, ShortLongMap, PrimitiveIterable

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

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

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