Class SynchronizedObjectIntMap<K>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectIntMap<K>
All Implemented Interfaces:
Serializable, IntIterable, MutableObjectIntMap<K>, ObjectIntMap<K>, PrimitiveIterable

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

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

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