Class SynchronizedObjectShortMap<K>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectShortMap<K>
All Implemented Interfaces:
Serializable, MutableObjectShortMap<K>, ObjectShortMap<K>, PrimitiveIterable, ShortIterable

public class SynchronizedObjectShortMap<K>
extends Object
implements MutableObjectShortMap<K>, Serializable
A synchronized view of a MutableObjectShortMap. It is imperative that the user manually synchronize on the collection when iterating over it using the ShortIterator as per Collections.synchronizedCollection(Collection).

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

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